runner
runner copied to clipboard
Use more compatible Bash shebang
Replace /bin/bash by /usr/bin/env bash. Ensure that #! is used everywhere as prefix.
Should fix parts of https://github.com/actions/runner/issues/3382