Fix another obvious syntax error

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

View file

@ -17,7 +17,7 @@ jobs:
steps:
- name: Run Zenodo uploader
env:
ZENODO: ${{ secrets.ZENODO }
ZENODO: ${{ secrets.ZENODO }}
run: |
cd scripts
bash run.sh ${{ inputs.name }} ${{ inputs.path }}