From b85b1e1b3092a432402e5d744c279fadb9e8c540 Mon Sep 17 00:00:00 2001 From: Alex Lancaster Date: Wed, 13 Nov 2024 01:00:14 -0500 Subject: [PATCH] local workflow doesn't need version --- .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 d3123d773..0d02308f5 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 call-citation-workflow: - uses: ./.github/workflows/update_citations.yml@output-citation # reference the current branch dynamically + uses: ./.github/workflows/update_citations.yml with: CITATION_DIR: 'src/PyPop/citation' INIT_FILE: 'src/PyPop/__init__.py'