Skip to content

Commit faa8aad

Browse files
authored
Fix githubAPIURL scaler metadata
1 parent 1b1a21f commit faa8aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/tutorial-ci-cd-runners-jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ You can now create a job that uses to use the container image. In this section,
401401
--polling-interval 30 \
402402
--scale-rule-name "github-runner" \
403403
--scale-rule-type "github-runner" \
404-
--scale-rule-metadata "github-runner=https://api.github.com" "owner=$REPO_OWNER" "runnerScope=repo" "repos=$REPO_NAME" "targetWorkflowQueueLength=1" \
404+
--scale-rule-metadata "githubAPIURL=https://api.github.com" "owner=$REPO_OWNER" "runnerScope=repo" "repos=$REPO_NAME" "targetWorkflowQueueLength=1" \
405405
--scale-rule-auth "personalAccessToken=personal-access-token" \
406406
--cpu "2.0" \
407407
--memory "4Gi" \
@@ -424,7 +424,7 @@ You can now create a job that uses to use the container image. In this section,
424424
--polling-interval 30 `
425425
--scale-rule-name "github-runner" `
426426
--scale-rule-type "github-runner" `
427-
--scale-rule-metadata "github-runner=https://api.github.com" "owner=$REPO_OWNER" "runnerScope=repo" "repos=$REPO_NAME" "targetWorkflowQueueLength=1" `
427+
--scale-rule-metadata "githubAPIURL=https://api.github.com" "owner=$REPO_OWNER" "runnerScope=repo" "repos=$REPO_NAME" "targetWorkflowQueueLength=1" `
428428
--scale-rule-auth "personalAccessToken=personal-access-token" `
429429
--cpu "2.0" `
430430
--memory "4Gi" `

0 commit comments

Comments
 (0)