Skip to content

test connection

test connection #700

Workflow file for this run

name: Dispatcher
on:
pull_request:
branches: ['**']
types:
- closed
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Check name of branch
run: |
echo $GITHUB_HEAD_REF
- name: Dispatch to RRC
run: |
curl -X POST -H "Authorization: token ${{ secrets.RRCOURSE }}" \
-H "Accept: application/vnd.github.everest-preview+json" \
https://api.github.com/repos/nceas/repro-research-course/dispatches \
--data '{"event_type": "quarto"}'