Update 0277-run-action-shell-options.md (#1106)

This commit is contained in:
Josh Soref
2021-05-26 06:04:38 -04:00
committed by GitHub
parent f21e280b5c
commit 484ea74ed0

View File

@@ -8,7 +8,7 @@
run-actions run scripts using a platform specific shell:
`bash -eo pipefail` on non-windows, and `cmd.exe /c /d /s` on windows
The `shell` option overwrites this to allow different flags or completely different shells/interpreters
The `shell` option overrides this to allow different flags or completely different shells/interpreters
A small example is:
```yml