Skip to content

Commit

Permalink
Update github-runner.md DISABLE_RUNNER_UPDATE -> DISABLE_AUTO_UPDATE
Browse files Browse the repository at this point in the history
On https://github.com/myoung34/docker-github-actions-runner the correct env value is : DISABLE_AUTO_UPDATE

Signed-off-by: Yohann Fabri <[email protected]>
  • Loading branch information
YoranSys authored Jul 9, 2024
1 parent 02a6aab commit 68e86f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/2.14/scalers/github-runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 68e86f9

Please sign in to comment.