Use checkout action
This commit is contained in:
parent
4f7ebb846d
commit
c0570ff5f2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/zenodo.yml
vendored
3
.github/workflows/zenodo.yml
vendored
|
@ -15,6 +15,9 @@ jobs:
|
|||
upload:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run Zenodo uploader
|
||||
working-directory: scripts
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue