Skip to content

Commit 8e543cb

Browse files
authored
Update testing-action.yml
1 parent b0d1647 commit 8e543cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
3030

3131
- name: Run Kubernetes Troubleshooting Action
32-
uses: becloudready/k8s-interview-action@v5
32+
uses: becloudready/k8s-interview-action@v6
3333
with:
3434
kubeconfig: ${{ secrets.KUBECONFIG }}
35-
namespace: ${{ github.event.inputs.namespace || 'troubleshooting' }}
35+
namespace: ${{ github.event.inputs.namespace || 'default' }}
3636

0 commit comments

Comments
 (0)