Skip to content

Commit 79bcdb5

Browse files
committed
typo
Signed-off-by: vsoch <[email protected]>
1 parent 01960c2 commit 79bcdb5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

action.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,12 @@ runs:
4343
using: "composite"
4444
steps:
4545

46-
- name: Install Dependencies
47-
run: pip install requests
48-
shell: bash
49-
5046
- name: Deploy Zenodo
5147
id: deploy
5248
env:
5349
zenodo_json: ${{ inputs.zenodo_json }}
5450
archive: ${{ inputs.archive }}
5551
version: ${{ inputs.version }}
5652
ACTION_PATH: ${{ github.action_path }}
57-
run: ${{ github.action_path }}/scripts/deploy.py upload ${archive} --zenodo-json ${zenodo_json} --version ${version}
58-
shell: python
53+
run: python ${{ github.action_path }}/scripts/deploy.py upload ${archive} --zenodo-json ${zenodo_json} --version ${version}
54+
shell: bash

0 commit comments

Comments
 (0)