Skip to content

Commit 92b4ae9

Browse files
authored
ci: fix args passed to .github/workflows/validate_kong_image_trigger_via_label.yaml workflow (#7817)
1 parent b9a8860 commit 92b4ae9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/validate_kong_image_trigger_via_label.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ jobs:
157157
id: run_validate_kong_image
158158
run: |
159159
gh workflow run ${WORKFLOW} --ref ${KIC_BRANCH} \
160-
-f issue_number=${ISSUE_NUMBER} \
161-
-f kong_image_repo=${TEST_KONG_IMAGE_REPO} \
162-
-f kong_image_tag=${TEST_KONG_IMAGE_TAG} \
163-
-f kong_effective_version=${TEST_KONG_IMAGE_VERSION} \
164-
-f e2e_controller_image_tag=${KIC_IMAGE_TAG}
160+
-f issue-number=${ISSUE_NUMBER} \
161+
-f kong-image-repo=${TEST_KONG_IMAGE_REPO} \
162+
-f kong-image-tag=${TEST_KONG_IMAGE_TAG} \
163+
-f kong-effective-version=${TEST_KONG_IMAGE_VERSION} \
164+
-f e2e-controller-image-tag=${KIC_IMAGE_TAG}

0 commit comments

Comments
 (0)