mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-12 12:36:55 +00:00
replaced inexistent variable with correct one for tag (#2390)
This commit is contained in:
2
.github/workflows/e2e-test-linux-vm.yaml
vendored
2
.github/workflows/e2e-test-linux-vm.yaml
vendored
@@ -48,4 +48,4 @@ jobs:
|
|||||||
github-token: ${{ steps.get_workflow_token.outputs.token }}
|
github-token: ${{ steps.get_workflow_token.outputs.token }}
|
||||||
config-url: "https://github.com/actions-runner-controller/arc_e2e_test_dummy"
|
config-url: "https://github.com/actions-runner-controller/arc_e2e_test_dummy"
|
||||||
docker-image-repo: $IMAGE_REPO
|
docker-image-repo: $IMAGE_REPO
|
||||||
docker-image-tag: $IMAGE_TAG
|
docker-image-tag: $TAG
|
||||||
|
|||||||
Reference in New Issue
Block a user