We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533ecca commit 4885cc3Copy full SHA for 4885cc3
action.yaml
@@ -57,8 +57,9 @@ runs:
57
- name: Run Update script
58
shell: bash
59
run: |
60
- python ${{github.action_path}}/update.py "${{github.workspace}}/${{inputs.project_file_name}}"
61
- rm schedule.json
+ python ${{github.action_path}}/update.py "${{github.workspace}}/${{inputs.project_file_name}}" "${{inputs.schedule_path}}"
+ # let's cleanup after ourselves so it doesn't end up in the PR
62
+ rm "${{inputs.schedule_path}}"
63
64
65
- name: Create Pull Request
0 commit comments