Skip to content

Commit 52f4f82

Browse files
fix: action.yml now use the correct name for the python script
1 parent d9b1db9 commit 52f4f82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
- name: Install Dependencies
2121
run: pip install -r $GITHUB_ACTION_PATH/requirements.txt
2222
shell: bash
23-
23+
2424
- name: Run Conversion Script
25-
run: python ${{ github.action_path }}/codemeta-convert.py -f ${{ inputs.codemeta-path }} 1> ${{ inputs.cff-path }}
25+
run: python ${{ github.action_path }}/codemeta_convert.py -f ${{ inputs.codemeta-path }} 1> ${{ inputs.cff-path }}
2626
shell: bash

0 commit comments

Comments
 (0)