Skip to content

Commit 1794789

Browse files
authored
Update README.md
1 parent 37f294e commit 1794789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
job:
4141
runs-on: ubuntu-latest
4242
steps:
43+
- uses: actions/checkout@v4
4344
- uses: actions4git/setup-git@v1
44-
- run: git clone "https://github.com/$GITHUB_REPOSITORY.git" . #
4545
- run: npx --yes prettier --write .
4646
- run: git add --all
4747
- run: git commit --message 'Prettier' #
48-
- run: git push #
48+
- run: git push
4949
```
5050
5151
### Inputs

0 commit comments

Comments
 (0)