diff --git a/dist/post/index.js b/dist/post/index.js index 694a532..5f72361 100644 --- a/dist/post/index.js +++ b/dist/post/index.js @@ -1754,7 +1754,8 @@ function exec(commandLine, args, options) { const runner = new tr.ToolRunner( "bash", [ "--noprofile", - "-e", + "--norc", + "-euo", "pipefail", "-c", commandLine ], options