mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-11 17:50:58 +00:00
Merge nektos/act/v0.2.51
This commit is contained in:
commit
756db53bab
1511 changed files with 463229 additions and 410 deletions
|
@ -596,7 +596,7 @@ func (s *Step) ShellCommand() string {
|
|||
case "sh":
|
||||
shellCommand = "sh -e {0}"
|
||||
case "cmd":
|
||||
shellCommand = "%ComSpec% /D /E:ON /V:OFF /S /C \"CALL \"{0}\"\""
|
||||
shellCommand = "cmd /D /E:ON /V:OFF /S /C \"CALL \"{0}\"\""
|
||||
case "powershell":
|
||||
shellCommand = "powershell -command . '{0}'"
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue