We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2815355 commit 4ec6948Copy full SHA for 4ec6948
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