Running multiple commands in the same "run" node can hide failures (non zero exit codes) in early commands.
As identified in #30 :
"the panic returns exit 2, but being wrapped in an echo means action steps exits successfully.
Example:
This is a tracking issue to consider different ways to improve this pattern so that non-zero exit codes result in the step failing.