Skip to content

Commit

Permalink
rm quotes main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hdolinh authored Jul 31, 2023
1 parent 936298a commit 00a9734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Dispatch to RRC
run: |
echo '{"event_type": "quarto", "client_payload": {"branch": "$GITHUB_REF_NAME"}}'
echo '{"event_type": "quarto", "client_payload": {"branch": $GITHUB_REF_NAME}}'
curl -L \
-X POST \
-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 00a9734

Please sign in to comment.