From 3052af00d638be59d4010e06ac03c94317a5e114 Mon Sep 17 00:00:00 2001 From: Alex Lancaster Date: Wed, 13 Nov 2024 00:23:32 -0500 Subject: [PATCH] wrong name of yml --- .github/workflows/run_citations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'