Skip to content

Commit 733c9a2

Browse files
authored
Merge pull request #2 from adskevin/fix/typos
fix: typos
2 parents 2815355 + 4ec6948 commit 733c9a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
steps:
4343
- name: Setup Square Cloud
4444
uses: squarecloudofc/github-action@v2
45-
# in the run command you can add the --restart flag to restart your application after the commit
45+
# in "command" you can add the --restart flag to restart your application after the commit
4646
with:
47-
run: commit ${{ secrets.SQUARE_APPLICATION_ID }}
47+
command: commit ${{ secrets.SQUARE_APPLICATION_ID }}
4848
token: '${{ secrets.SQUARE_TOKEN }}'
4949

5050
```

0 commit comments

Comments
 (0)