diff --git a/act/model/workflow.go b/act/model/workflow.go index 4e1d3496..f567a1f7 100644 --- a/act/model/workflow.go +++ b/act/model/workflow.go @@ -495,7 +495,7 @@ func (s *Step) ShellCommand() string { case "python": shellCommand = "python {0}" case "sh": - shellCommand = "sh -e -c {0}" + shellCommand = "sh -e {0}" case "cmd": shellCommand = "%ComSpec% /D /E:ON /V:OFF /S /C \"CALL \"{0}\"\"" case "powershell":