Skip to content

Commit 4ec6948

Browse files
committed
fix: typos
Changes "run" to "command" in README.md, as "run" is not supported.
1 parent 2815355 commit 4ec6948

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)