Skip to content

Commit 70d928e

Browse files
authored
test: fix e2e test CI job (#1440)
1 parent 287d579 commit 70d928e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/e2e/create-cluster/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ runs:
5555
- name: create cluster
5656
shell: bash
5757
env:
58-
AZURE_SUBSCRIPTION_ID: ${{ inputs.subscription-id }}
59-
AZURE_CLIENT_ID: ${{ inputs.client-id }}
60-
AZURE_TENANT_ID: ${{ inputs.tenant-id }}
58+
AZURE_SUBSCRIPTION_ID: ${{ inputs.subscription_id }}
59+
AZURE_CLIENT_ID: ${{ inputs.client_id }}
60+
AZURE_TENANT_ID: ${{ inputs.tenant_id }}
6161
AZURE_CLUSTER_NAME: ${{ inputs.cluster_name }}
6262
AZURE_RESOURCE_GROUP: ${{ inputs.resource_group }}
6363
AZURE_ACR_NAME: ${{ inputs.acr_name }}

0 commit comments

Comments
 (0)