mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +00:00
Update 0277-run-action-shell-options.md (#1106)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user