We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad5872 commit 999a1f3Copy full SHA for 999a1f3
action.yaml
@@ -56,7 +56,7 @@ runs:
56
- name: Run Update script
57
shell: bash
58
run: |
59
- python ${{github.action_path}}/update.py "${{github.workspace}}/${{inputs.project_file_name}}" "${{inputs.schedule_path}}"
+ python ${{github.action_path}}/spec0-update.py "${{github.workspace}}/${{inputs.project_file_name}}" "${{inputs.schedule_path}}"
60
# let's cleanup after ourselves so it doesn't end up in the PR
61
rm "${{inputs.schedule_path}}"
62
update.py spec0-update.pyupdate.py renamed to spec0-update.py
0 commit comments