Skip to content

Commit 491781b

Browse files
authored
Update test.yml
1 parent cb3a0a3 commit 491781b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
2525
- name: Use Kubernetes Troubleshooting Action
2626
uses: becloudready/k8s-interview-action@v25
27-
with:
28-
kubeconfig:
27+
env:
28+
KUBECONFIG: /root/.kube/config
29+
2930
- name: Apply Deployment and ConfigMap to Kubernetes
3031
run: |
3132
ls

0 commit comments

Comments
 (0)