We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf6f3b7 + eea7710 commit 7e39422Copy full SHA for 7e39422
action.yml
@@ -23,7 +23,7 @@ runs:
23
uses: actions/setup-node@v1
24
with:
25
node-version: 16
26
- - run: npm install --global @dittowords/cli
+ - run: npm install --global @dittowords/cli@4.5.2
27
shell: bash
28
- uses: actions/checkout@v3
29
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ditto-github-action",
3
- "version": "1.1.0",
+ "version": "0.3.1",
4
"description": "The Ditto github action creates a PR with the most recent Ditto text updates.",
5
"main": "stats.js",
6
"scripts": {
0 commit comments