Skip to content

Adding information on Github for PM. Eddinting session 4 with info ab… #1110

Adding information on Github for PM. Eddinting session 4 with info ab…

Adding information on Github for PM. Eddinting session 4 with info ab… #1110

Workflow file for this run

name: Dispatcher
on:
push:
branches: ['**']
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2.1.1
with:
token: ${{ secrets.RRCOURSE }}
repository: nceas/repro-research-course
event-type: quarto
client-payload: '{"branch": "${{ github.ref_name }}", "repo": "nceas-training"}'