Skip to content

Commit b7fba3a

Browse files
authored
Update testing-action.yml
1 parent fa9910c commit b7fba3a

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
@@ -86,8 +86,8 @@ jobs:
8686
kubectl apply -f interview-deployment.yaml
8787
8888
- name: Run Kubernetes Troubleshooting Action
89-
uses: becloudready/k8s-interview-action@v1
89+
uses: becloudready/k8s-interview-action@v3
9090
with:
9191
kubeconfig: ${{ secrets.KUBECONFIG }}
9292
namespace: ${{ github.event.inputs.namespace || 'troubleshooting' }}
93-
failure_mode: "oom"
93+

0 commit comments

Comments
 (0)