Skip to content

Commit

Permalink
Update demo_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumWalley authored Sep 27, 2024
1 parent 73a00da commit 2129b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
repo: ${TARGET_REPO}
github_token: ${{ secrets.PAT }}
workflow_file_name: deploy.yml
client_payload: '{\"targets\":\"${GITHUB_REPOSITORY}:${HEAD}\", \"use-cache\":\"true\"}'
client_payload: '{"targets":"${GITHUB_REPOSITORY}:${HEAD}", "use-cache":"true"}'
# - name: Wait for Workflow Action
# run: |
# # Just give a minute or so to deploy
Expand Down

0 comments on commit 2129b9f

Please sign in to comment.