mirror of
https://github.com/actions/runner.git
synced 2025-12-14 13:43:33 +00:00
Forward parameters into run() func in run.sh. (#2240)
This commit is contained in:
@@ -54,7 +54,7 @@ runWithManualTrap() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if [[ -z "$RUNNER_MANUALLY_TRAP_SIG" ]]; then
|
if [[ -z "$RUNNER_MANUALLY_TRAP_SIG" ]]; then
|
||||||
run
|
run $*
|
||||||
else
|
else
|
||||||
runWithManualTrap
|
runWithManualTrap $*
|
||||||
fi
|
fi
|
||||||
Reference in New Issue
Block a user