Replies: 2 comments 2 replies
-
If the actions you want this for are your own and specific ones you can just add the |
Beta Was this translation helpful? Give feedback.
2 replies
-
Problem solved, thanks, LS |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
we have had issues with actions where the last command is always succeeding, e.g. echo "...", which potentially hides previous commands failing (exiting with nonzero exit code), i.e. compilation appears successful even though an error has happened. In regular bash scripts one can insert a 'set -eo pipefail' or similar. Is this possible to do so for the shell in which the actions are executed?
Thanks,
LS
Beta Was this translation helpful? Give feedback.
All reactions