Skip to content

Commit d43e971

Browse files
authored
Update KUBECONFIG call (#1779)
* update KUBECONFIG call
1 parent de7e349 commit d43e971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance_tests_gke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
env:
8787
TF_ACC_TERRAFORM_VERSION: ${{ github.event.inputs.terraformVersion }}
8888
TESTARGS: -run '${{ github.event.inputs.runTests }}'
89-
KUBE_CONFIG_PATH: $KUBECONFIG
89+
KUBE_CONFIG_PATH: ${{env.KUBECONFIG}}
9090
run: |
9191
make testacc
9292
- name: Destroy GKE cluster

0 commit comments

Comments
 (0)