Skip to content

Commit

Permalink
wrong name of yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Nov 13, 2024
1 parent 90a91d1 commit 3052af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_citations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 3052af0

Please sign in to comment.