File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
printf " Configuring GitHub Runner for $GITHUB_REPOSITORY_BANNER \n"
40
40
printf " \tRunner Name: $RUNNER_NAME \n\tWorking Directory: $WORK_DIR \n\tReplace Existing Runners: $REPLACEMENT_POLICY_LABEL \n"
41
41
if [ " $INTERACTIVE " == " FALSE" ]; then
42
- echo -ne " $REPLACEMENT_POLICY " | ./actions-runner/config.sh --url $GITHUB_REPOSITORY --token $GITHUB_TOKEN --agent $RUNNER_NAME --work $WORK_DIR
42
+ echo -ne " $REPLACEMENT_POLICY " | ./actions-runner/config.sh --url $GITHUB_REPOSITORY --token $GITHUB_TOKEN --agent $RUNNER_NAME --work $WORK_DIR --labels $LABELS
43
43
else
44
- ./actions-runner/config.sh --url $GITHUB_REPOSITORY --token $GITHUB_TOKEN --agent $RUNNER_NAME --work $WORK_DIR
44
+ ./actions-runner/config.sh --url $GITHUB_REPOSITORY --token $GITHUB_TOKEN --agent $RUNNER_NAME --work $WORK_DIR --labels $LABELS
45
45
fi
46
46
47
47
# Start the runner.
You can’t perform that action at this time.
0 commit comments