Skip to content

Commit

Permalink
Fix schedule version (hashicorp#2186)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheneska authored Jul 13, 2023
1 parent adf8a69 commit a39cc11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/acceptance_tests_kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:

env:
KUBECONFIG: ${{ github.workspace }}/.kube/config
KIND_VERSION: ${{ github.event.inputs.kind_version || vars.KIND_VERSION }}

jobs:
acceptance_tests:
Expand All @@ -35,7 +36,7 @@ jobs:
uses: helm/kind-action@fa81e57adff234b2908110485695db0f181f3c67 # v1.7.0
with:
wait: 2m
version: v${{ github.event.inputs.kindVersion }}
version: v${{ env.KIND_VERSION }}
config: .github/config/acceptance_tests_kind_config.yaml
- name: Run Acceptance Test Suite
env:
Expand Down

0 comments on commit a39cc11

Please sign in to comment.