Skip to content

Commit 999a1f3

Browse files
committed
fix: rename udpate script
1 parent cad5872 commit 999a1f3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs:
5656
- name: Run Update script
5757
shell: bash
5858
run: |
59-
python ${{github.action_path}}/update.py "${{github.workspace}}/${{inputs.project_file_name}}" "${{inputs.schedule_path}}"
59+
python ${{github.action_path}}/spec0-update.py "${{github.workspace}}/${{inputs.project_file_name}}" "${{inputs.schedule_path}}"
6060
# let's cleanup after ourselves so it doesn't end up in the PR
6161
rm "${{inputs.schedule_path}}"
6262
File renamed without changes.

0 commit comments

Comments
 (0)