Skip to content

Commit

Permalink
correct format main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hdolinh authored Jul 27, 2023
1 parent d386b25 commit 04e17a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
curl -X POST -H "Authorization: token ${{ secrets.RRCOURSE }}" \
-H "Content-Type: application/json" \
-H "Accept: application/vnd.github.everest-preview+json" \
--data '{"event_type": "quarto", "ref": "develop", \"branch\": \"$BRANCH\"}'
--data "{"event_type": "quarto", "ref": "develop", \"branch\": \"$BRANCH\"}" \
https://api.github.com/repos/nceas/repro-research-course/dispatches \

0 comments on commit 04e17a0

Please sign in to comment.