You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running shell script is not compatible with way github actions shell script is invoked.
For example when running bash shell script on linux
The script executed as follows:
bash --noprofile --norc -eo pipefail {0}
This code script to fail on first error.
On retry action multi line script might have errors but if the last line succeed step wouldn't retry and error ignored.
Expected behavior
Keep behavior of default github action