Skip to content

Commit 3c821b5

Browse files
committed
Fix typo: cluster-name -> cluster_name
1 parent 5ab4d7d commit 3c821b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Create Kind Cluster
4040
uses: helm/kind-action@v1
4141
with:
42-
cluster-name: ${{ env.CLUSTER_NAME }}
42+
cluster_name: ${{ env.CLUSTER_NAME }}
4343

4444
- name: Load local docker images into kind cluster
4545
run: |

0 commit comments

Comments
 (0)