From 68e86f98bb92ef2b1f44bd1e4a879b46e9c1dc82 Mon Sep 17 00:00:00 2001 From: Yohann Fabri <11197007+YoranSys@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:47:23 -0400 Subject: [PATCH] Update github-runner.md DISABLE_RUNNER_UPDATE -> DISABLE_AUTO_UPDATE On https://github.com/myoung34/docker-github-actions-runner the correct env value is : DISABLE_AUTO_UPDATE Signed-off-by: Yohann Fabri <11197007+YoranSys@users.noreply.github.com> --- content/docs/2.14/scalers/github-runner.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/2.14/scalers/github-runner.md b/content/docs/2.14/scalers/github-runner.md index f8da2f8ce..69b4e4cf4 100644 --- a/content/docs/2.14/scalers/github-runner.md +++ b/content/docs/2.14/scalers/github-runner.md @@ -190,7 +190,7 @@ spec: env: - name: EPHEMERAL value: "true" - - name: DISABLE_RUNNER_UPDATE + - name: DISABLE_AUTO_UPDATE value: "true" - name: REPO_URL value: "https://github.com/OWNER/REPONAME" @@ -257,7 +257,7 @@ spec: env: - name: EPHEMERAL value: "true" - - name: DISABLE_RUNNER_UPDATE + - name: DISABLE_AUTO_UPDATE value: "true" - name: REPO_URL value: "https://github.com/OWNER/REPONAME"