Update workflow-syntax-for-github-actions.md#2353
Conversation
Update bash command for Fail-fast behavior per this thread: https://github.community/t/workflow-default-error-action-preference/149931 validated across multiple resources. See here: https://explainshell.com/explain?cmd=set+-e+o+pipefail and here: https://dougrichardson.us/2018/08/03/fail-fast-bash-scripting.html
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
|
@logankilpatrick Thanks so much for opening a PR! I'll get this triaged for review ✨ |
|
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
|
Stay alive :) |
|
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
|
Please don't close me :') |
lucascosti
left a comment
There was a problem hiding this comment.
Sorry for the delay in reviewing this!
Yep, this is a bug; thanks for the fix! 🚀
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. |
Update bash command for Fail-fast behavior per this thread: https://github.community/t/workflow-default-error-action-preference/149931 validated across multiple resources. See here: https://explainshell.com/explain?cmd=set+-e+o+pipefail and here: https://dougrichardson.us/2018/08/03/fail-fast-bash-scripting.html
Why:
Pointed out in this thread: https://github.community/t/workflow-default-error-action-preference/149931
What's being changed:
Updated Bash command to remove space.
Check off the following: