Skip to content

Commit

Permalink
Merge pull request #4 from nesi/mergymere
Browse files Browse the repository at this point in the history
Oops no payload
  • Loading branch information
CallumWalley authored Sep 27, 2024
2 parents 9ae6502 + 3599831 commit 0dad978
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 @@ -26,7 +26,7 @@ jobs:
-H "Authorization: Bearer ${{ secrets.PAT }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/${TARGET_OWNER}/${TARGET_REPO}/dispatches \
-d "{\"event_type\":\"deploy\",\"client_payload\":}"
-d "{\"event_type\":\"deploy\",\"client_payload\":{\"targets\":\"${GITHUB_REPOSITORY}:${HEAD}\", \"use-cache\":\"true\"}}"
# This would be better if it worked
# - name: Run 'deploy.yml' Workflow
Expand Down

0 comments on commit 0dad978

Please sign in to comment.