Fix another obvious syntax error
This commit is contained in:
parent
1a84d85ae8
commit
bb354e4691
1 changed files with 1 additions and 1 deletions
2
.github/workflows/zenodo.yml
vendored
2
.github/workflows/zenodo.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue