Fix syntax errors in zenodo.yml
This commit is contained in:
parent
9b760a0f7d
commit
1a84d85ae8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/zenodo.yml
vendored
4
.github/workflows/zenodo.yml
vendored
|
@ -16,9 +16,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Run Zenodo uploader
|
||||
- with:
|
||||
env:
|
||||
ZENODO: ${{ secrets.ZENODO }
|
||||
- run: |
|
||||
run: |
|
||||
cd scripts
|
||||
bash run.sh ${{ inputs.name }} ${{ inputs.path }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue