diff --git a/.github/workflows/run_citations.yml b/.github/workflows/run_citations.yml index b7b015385..9310af705 100644 --- a/.github/workflows/run_citations.yml +++ b/.github/workflows/run_citations.yml @@ -27,7 +27,7 @@ jobs: pip install git+https://github.com/alexlancaster/cffconvert.git@combine_features#egg=cffconvert - name: Trigger citation update workflow - uses: {{ github.repository }}.github/workflows/update-citations.yml@${{ github.ref_name }} # Reference the current branch dynamically + uses: {{ github.repository }}.github/workflows/update_citations.yml@${{ github.ref_name }} # reference the current branch dynamically with: CITATION_DIR: 'src/PyPop/citation' INIT_FILE: 'src/PyPop/__init__.py'