diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index bfbe1f28..42a648f1 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -31,7 +31,7 @@ jobs: name: Cleanup kind clusters id: post-run with: - run: "kind get clusters | xargs -I% kind delete cluster --name %" + run: "sh -c 'kind get clusters | xargs -I % kind delete cluster --name %'" - uses: actions/setup-go@v5 with: