There was an error while loading. Please reload this page.
1 parent d9b1db9 commit 52f4f82Copy full SHA for 52f4f82
1 file changed
action.yml
@@ -20,7 +20,7 @@ runs:
20
- name: Install Dependencies
21
run: pip install -r $GITHUB_ACTION_PATH/requirements.txt
22
shell: bash
23
-
+
24
- name: Run Conversion Script
25
- run: python ${{ github.action_path }}/codemeta-convert.py -f ${{ inputs.codemeta-path }} 1> ${{ inputs.cff-path }}
+ run: python ${{ github.action_path }}/codemeta_convert.py -f ${{ inputs.codemeta-path }} 1> ${{ inputs.cff-path }}
26
0 commit comments