Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
steps:
- name: Setup Square Cloud
uses: squarecloudofc/github-action@v2
# 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
with:
run: commit ${{ secrets.SQUARE_APPLICATION_ID }}
command: commit ${{ secrets.SQUARE_APPLICATION_ID }}
token: '${{ secrets.SQUARE_TOKEN }}'

```
Expand Down