If I have something like this in a job on GitHub Actions as part of my workflow,
run: |
echo this >> that
echo the other
what shell does GitHub Actions use?
If I have something like this in a job on GitHub Actions as part of my workflow,
run: |
echo this >> that
echo the other
what shell does GitHub Actions use?
pwsh.sh derivative, but bash firstly if the runner provides it.Source: The Runner's ScriptHandler.cs