Skip to content

Commit 8a65bff

Browse files
authored
Update test.yml
1 parent 1799437 commit 8a65bff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
mkdir -p ~/.kube
2121
echo "${{ vars.KUBECONFIG }}" > ~/.kube/config
2222
kubectl get pods -A
23-
23+
- name: Export kubeconfig path
24+
run: echo "KUBECONFIG=$HOME/.kube/config" >> $GITHUB_ENV
2425

2526
- name: Use Kubernetes Troubleshooting Action
2627
uses: becloudready/k8s-interview-action@v35

0 commit comments

Comments
 (0)