From 3eb1fadbc03e0f4222e4062e7c3ee3f5b5b30be7 Mon Sep 17 00:00:00 2001 From: Alex Lancaster Date: Wed, 13 Nov 2024 00:25:18 -0500 Subject: [PATCH] syntax fix --- .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 9310af705..2200fa2ab 100644 --- a/.github/workflows/run_citations.yml +++ b/.github/workflows/run_citations.yml @@ -25,7 +25,7 @@ jobs: python -m pip install --upgrade pip # use customized version of cffconvert 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 with: