From 3887419de3ea63bd2a013234ced1911bd15d64c8 Mon Sep 17 00:00:00 2001 From: Alex Lancaster Date: Wed, 13 Nov 2024 00:09:45 -0500 Subject: [PATCH] fix syntax --- .github/workflows/run_citations.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/run_citations.yml b/.github/workflows/run_citations.yml index f28598843..58e6f184d 100644 --- a/.github/workflows/run_citations.yml +++ b/.github/workflows/run_citations.yml @@ -23,9 +23,10 @@ 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", - - uses: ./.github/workflows/update_citations.yml # reference the reusable workflow - with: - CITATION_DIR: 'src/PyPop/citation' - INIT_FILE: 'src/PyPop/__init__.py' + + - name: Trigger citation update workflow + uses: ./.github/workflows/update_citations.yml # reference the reusable workflow + with: + CITATION_DIR: 'src/PyPop/citation' + INIT_FILE: 'src/PyPop/__init__.py'