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
at the top of my shell scripts to ensure all steps of all jobs use bash. One such step is using this retry actions yet the shell used to run commands inside this action does not automatically use Bash.
Expected behavior
The default shell is detected, if set, and is used.
Logs Here is a failing CI pipeline caused by removing shell: bash.
The text was updated successfully, but these errors were encountered:
Describe the bug
I use
at the top of my shell scripts to ensure all steps of all jobs use bash. One such step is using this retry actions yet the shell used to run commands inside this action does not automatically use Bash.
Expected behavior
The default shell is detected, if set, and is used.
Logs
Here is a failing CI pipeline caused by removing
shell: bash
.The text was updated successfully, but these errors were encountered: