We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f294e commit 1794789Copy full SHA for 1794789
README.md
@@ -40,12 +40,12 @@ jobs:
40
job:
41
runs-on: ubuntu-latest
42
steps:
43
+ - uses: actions/checkout@v4
44
- uses: actions4git/setup-git@v1
- - run: git clone "https://github.com/$GITHUB_REPOSITORY.git" . # ✅
45
- run: npx --yes prettier --write .
46
- run: git add --all
47
- run: git commit --message 'Prettier' # ✅
48
- - run: git push # ✅
+ - run: git push
49
```
50
51
### Inputs
0 commit comments