Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed Sep 7, 2024
1 parent 78d94ea commit f4a43c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func (svc *RunRunnerSvc) Start(s service.Service) error {
JITConfig: os.Getenv("ACTIONS_RUNNER_INPUT_JITCONFIG"),
Terminal: true,
}
if workerArgs, ok := os.LookupEnv("ACTIONS_RUNNER_INPUT_WORKER_RUNNER"); ok {
if workerArgs, ok := os.LookupEnv("ACTIONS_RUNNER_INPUT_WORKER_ARGS"); ok {
runner.WorkerArgs = strings.Split(workerArgs, ",")
}
if once, ok := common.LookupEnvBool("ACTIONS_RUNNER_INPUT_ONCE"); ok {
Expand Down

0 comments on commit f4a43c9

Please sign in to comment.