Skip to content

supply type

supply type #17

Workflow file for this run

name: Update citations upon CITATION.cff changes
on:
push:
paths:
- CITATION.cff
- '.github/workflows/run_citations.yml'
- '.github/workflows/update_citations.yml'
jobs:
update-citations:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
# use customized version of cffconvert
pip install git+https://github.com/alexlancaster/cffconvert.git@combine_features#egg=cffconvert
call-citation-workflow:
needs: update-citations
uses: ./.github/workflows/update_citations.yml

Check failure on line 31 in .github/workflows/run_citations.yml

View workflow run for this annotation

GitHub Actions / Update citations upon CITATION.cff changes

Invalid workflow file

The workflow is not valid. In .github/workflows/run_citations.yml (Line: 31, Col: 11): Error from called workflow alexlancaster/pypop/.github/workflows/update_citations.yml@7683a19c4f307b6aa88027ccc0bbaf3a7b7718a2 (Line: 19, Col: 5): Required property is missing: runs-on
with:
CITATION_DIR: 'src/PyPop/citation'
INIT_FILE: 'src/PyPop/__init__.py'
secrets: inherit # if any secrets need to be inherited from the calling workflow