We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2815355 + 4ec6948 commit 733c9a2Copy full SHA for 733c9a2
1 file changed
README.md
@@ -42,9 +42,9 @@ jobs:
42
steps:
43
- name: Setup Square Cloud
44
uses: squarecloudofc/github-action@v2
45
- # in the run command you can add the --restart flag to restart your application after the commit
+ # in "command" you can add the --restart flag to restart your application after the commit
46
with:
47
- run: commit ${{ secrets.SQUARE_APPLICATION_ID }}
+ command: commit ${{ secrets.SQUARE_APPLICATION_ID }}
48
token: '${{ secrets.SQUARE_TOKEN }}'
49
50
```
0 commit comments