Skip to content

Commit

Permalink
Fix workflow syntax with colons in cURL commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Nov 4, 2024
1 parent bc24ba6 commit 5cb1e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-aio-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
steps:
- name: Trigger update on Meta Box AIO
run:
curl --request POST --url https://api.github.com/repos/wpmetabox/meta-box-aio/actions/workflows/update-from-extensions.yml/dispatches --header 'Authorization: Bearer ${{ secrets.ACCESS_TOKEN }}' --header 'content-type: application/json' --data '{"ref": "master"}'
curl --request POST --url https://api.github.com/repos/wpmetabox/meta-box-aio/actions/workflows/update-from-extensions.yml/dispatches --header 'Authorization:Bearer ${{ secrets.ACCESS_TOKEN }}' --header 'content-type:application/json' --data '{"ref":"master"}'

0 comments on commit 5cb1e26

Please sign in to comment.