File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 8787
8888 - name : Generate workflows
8989 working-directory : pr-checks
90- run : |
91- python -m pip install --upgrade pip
92- pip install ruamel.yaml==0.17.31
93- python3 sync.py
90+ run : ./sync.sh
9491
9592 - name : " Merge in progress: Finish merge and push"
9693 if : steps.merge.outputs.merge-in-progress == 'true'
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if [ ! -z "$(git status --porcelain)" ]; then
1919 # If we get a fail here then the PR needs attention
2020 git diff
2121 git status
22- >&2 echo " Failed: PR checks are not up to date. Run 'cd pr-checks && python3 sync.py ' to update"
22+ >&2 echo " Failed: PR checks are not up to date. Run 'cd pr-checks && ./ sync.sh ' to update"
2323
2424 echo " ### Generated workflows diff" >> $GITHUB_STEP_SUMMARY
2525 echo " " >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments