File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ jobs:
81
81
working-directory : thisrepo
82
82
run : " set -x\n set -o pipefail\n\n # If it fails, we still want to create a PR;\
83
83
\ it helps signal a human to come fix it.\n if ! bash -x .github/update-workflows.sh\
84
- \ ; then\n echo \" ::set-output name=failed::true\"\n exit \ n else\n echo\
85
- \ \" ::set-output name=failed::false\"\n fi\n\n echo \" Git status:\"\n git status\n \
86
- \n git add -A\n\n if [ -z \" $(git status --porcelain)\" ] ; then\n echo \" \
87
- No updated workflows; done.\"\n echo \" ::set-output name=skip::true\"\n fi\n "
84
+ \ ; then\n echo \" ::set-output name=failed::true\"\n else\n echo \" ::set-output \
85
+ \ name=failed::false\"\n fi\n\n echo \" Git status:\"\n git status\n\n git add \
86
+ \ -A\n\n if [ -z \" $(git status --porcelain)\" ] ; then\n echo \" No updated \
87
+ \ workflows; done.\"\n echo \" ::set-output name=skip::true\"\n fi\n "
88
88
- name : Commit and push or PR
89
89
working-directory : thisrepo
90
90
if : steps.update.outputs.skip != 'true'
You can’t perform that action at this time.
0 commit comments