Skip to content

Commit

Permalink
change format main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hdolinh authored Jul 31, 2023
1 parent 32723e6 commit c932977
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,6 +20,6 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: token ${{ secrets.RRCOURSE }}" \
https://api.github.com/repos/nceas/repro-research-course/dispatches \
-d '{"event_type": "quarto", "client_payload": {"branch": "$GITHUB_REF_NAME"}}'
-d '{"event_type": "quarto", "client_payload": {"branch": $GITHUB_REF_NAME}}'

0 comments on commit c932977

Please sign in to comment.