Fix syntax errors in zenodo.yml

This commit is contained in:
Ananth Venkatesh 2024-02-15 14:11:49 -08:00 committed by GitHub
parent 9b760a0f7d
commit 1a84d85ae8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Run Zenodo uploader - name: Run Zenodo uploader
- with: env:
ZENODO: ${{ secrets.ZENODO } ZENODO: ${{ secrets.ZENODO }
- run: | run: |
cd scripts cd scripts
bash run.sh ${{ inputs.name }} ${{ inputs.path }} bash run.sh ${{ inputs.name }} ${{ inputs.path }}