Skip to content

Commit

Permalink
Forward parameters into run() func in run.sh. (actions#2240)
Browse files Browse the repository at this point in the history
  • Loading branch information
TingluoHuang committed Nov 2, 2022
1 parent c0d2110 commit c638ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Misc/layoutroot/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runWithManualTrap() {
}

if [[ -z "$RUNNER_MANUALLY_TRAP_SIG" ]]; then
run
run $*
else
runWithManualTrap
runWithManualTrap $*
fi

0 comments on commit c638ccf

Please sign in to comment.