We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3586830 commit 06230daCopy full SHA for 06230da
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Use Kubernetes Troubleshooting Action
26
uses: becloudready/k8s-interview-action@v35
27
env:
28
- KUBECONFIG: ${{ vars.KUBECONFIG }}
+ KUBECONFIG: ~/.kube/config
29
30
- name: Apply Deployment and ConfigMap to Kubernetes
31
run: |
0 commit comments