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