We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd05613 commit 943fca6Copy full SHA for 943fca6
.github/workflows/test.yml
@@ -19,6 +19,7 @@ jobs:
19
run: |
20
mkdir -p ~/.kube
21
echo "${{ secrets.KUBECONFIG }}" > ~/.kube/config
22
+ kubectl get pods -A
23
24
25
- name: Use Kubernetes Troubleshooting Action
0 commit comments