We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab4d7d commit 3c821b5Copy full SHA for 3c821b5
.github/workflows/test-pr.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Create Kind Cluster
40
uses: helm/kind-action@v1
41
with:
42
- cluster-name: ${{ env.CLUSTER_NAME }}
+ cluster_name: ${{ env.CLUSTER_NAME }}
43
44
- name: Load local docker images into kind cluster
45
run: |
0 commit comments