Skip to content

Commit 99682d0

Browse files
committed
test: Fix Unexpected kind-action input
1 parent d4d8f00 commit 99682d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Setup KinD cluster
9191
uses: helm/kind-action@v1.5.0
9292
with:
93-
name: cluster
93+
cluster_name: cluster
9494
version: v0.17.0
9595
config: ${{ env.KIND_CONFIG_FILE }}
9696

0 commit comments

Comments
 (0)