Skip to content

replaced ifelse() with the tidyverse if_else() in the wrangling l… #1054

replaced ifelse() with the tidyverse if_else() in the wrangling l…

replaced ifelse() with the tidyverse if_else() in the wrangling l… #1054

Workflow file for this run

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