We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8b5a1 commit b5195bfCopy full SHA for b5195bf
entrypoint.sh
@@ -45,7 +45,8 @@ prepare_script "pre-script.sh" "ACTIONS_RUNNER_HOOK_JOB_STARTED" "${pre_job_scri
45
prepare_script "post-script.sh" "ACTIONS_RUNNER_HOOK_JOB_COMPLETED" "${post_job_script}"
46
47
# Configuration; also replace existing runner with the same name.
48
-./config.sh --url "${github_repo_url}" --token "${runner_token}" --replace
+./config.sh remove || true
49
+./config.sh --url "${github_repo_url}" --token "${runner_token}"
50
51
trap cleanup EXIT
52
0 commit comments