From f522ab6fd5cfd0d72bf2191c94d8a4a24bb17f63 Mon Sep 17 00:00:00 2001 From: Aaron Jones Date: Mon, 28 Aug 2023 13:00:37 -0700 Subject: [PATCH] Update deploying-runner-scale-sets-with-actions-runner-controller.md Remove repeated word, "setting" --- ...eploying-runner-scale-sets-with-actions-runner-controller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md index bffeb098ce1b..3c9c0dfaaa27 100644 --- a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md @@ -439,7 +439,7 @@ When Kubernetes mode is enabled, workflows that are not configured with a contai Jobs without a job container are forbidden on this runner, please add a 'container:' to your job or contact your self-hosted runner administrator. ``` -In order to allow jobs without a job container to run, you need to instruct the runner to disable this check. You can do that by setting setting `ACTIONS_RUNNER_REQUIRE_JOB_CONTAINER` to `false` on your runner container: +In order to allow jobs without a job container to run, you need to instruct the runner to disable this check. You can do that by setting `ACTIONS_RUNNER_REQUIRE_JOB_CONTAINER` to `false` on your runner container: ```yaml template: