We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7b920 commit 3b41f72Copy full SHA for 3b41f72
1 file changed
.github/workflows/pipeline.yaml
@@ -51,6 +51,6 @@ jobs:
51
- name: Deploy
52
uses: squarecloudofc/github-action@v2.0.1
53
with:
54
- run: commit ${{ secrets.SQUARE_APPLICATION_ID }}
+ command: commit ${{ secrets.SQUARE_APPLICATION_ID }} --restart
55
token: '${{ secrets.SQUARE_TOKEN }}'
56
workdir: deploy
0 commit comments