Skip to content

Commit 8bdb60e

Browse files
committed
Update workflows from templates.
1 parent 96300cb commit 8bdb60e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-workflows.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ jobs:
8181
working-directory: thisrepo
8282
run: "set -x\nset -o pipefail\n\n# If it fails, we still want to create a PR;\
8383
\ it helps signal a human to come fix it.\nif ! bash -x .github/update-workflows.sh\
84-
\ ; then\n echo \"::set-output name=failed::true\"\n exit\nelse\n echo\
85-
\ \"::set-output name=failed::false\"\nfi\n\necho \"Git status:\"\ngit status\n\
86-
\ngit add -A\n\nif [ -z \"$(git status --porcelain)\" ] ; then\n echo \"\
87-
No updated workflows; done.\"\n echo \"::set-output name=skip::true\"\nfi\n"
84+
\ ; then\n echo \"::set-output name=failed::true\"\nelse\n echo \"::set-output\
85+
\ name=failed::false\"\nfi\n\necho \"Git status:\"\ngit status\n\ngit add\
86+
\ -A\n\nif [ -z \"$(git status --porcelain)\" ] ; then\n echo \"No updated\
87+
\ workflows; done.\"\n echo \"::set-output name=skip::true\"\nfi\n"
8888
- name: Commit and push or PR
8989
working-directory: thisrepo
9090
if: steps.update.outputs.skip != 'true'

0 commit comments

Comments
 (0)