We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1799437 commit 8a65bffCopy full SHA for 8a65bff
.github/workflows/test.yml
@@ -20,7 +20,8 @@ jobs:
20
mkdir -p ~/.kube
21
echo "${{ vars.KUBECONFIG }}" > ~/.kube/config
22
kubectl get pods -A
23
-
+ - name: Export kubeconfig path
24
+ run: echo "KUBECONFIG=$HOME/.kube/config" >> $GITHUB_ENV
25
26
- name: Use Kubernetes Troubleshooting Action
27
uses: becloudready/k8s-interview-action@v35
0 commit comments