Skip to content

Commit

Permalink
fix: use --norc as well argh
Browse files Browse the repository at this point in the history
  • Loading branch information
Profpatsch committed May 12, 2022
1 parent 058ef7e commit f9d5f93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/post/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1754,7 +1754,8 @@ function exec(commandLine, args, options) {
const runner = new tr.ToolRunner(
"bash",
[ "--noprofile",
"-e",
"--norc",
"-euo", "pipefail",
"-c", commandLine
],
options
Expand Down

0 comments on commit f9d5f93

Please sign in to comment.