diff --git a/main.py b/main.py index 82572e8..4aed4f4 100644 --- a/main.py +++ b/main.py @@ -187,7 +187,7 @@ def allocate_actions_runner(job_id, token): f"--cpus-per-task={runner_resources['cpu']}", f"--gres=tmpdisk:{runner_resources['tmpdisk']}", f"--time={runner_resources['time']}", - ALLOCATE_RUNNER_SCRIPT_PATH, # allocate-ephemeral-runner-from-docker.sh + ALLOCATE_RUNNER_SCRIPT_PATH, GITHUB_REPO_URL, registration_token, removal_token,