Skip to content

Commit e4f1841

Browse files
committed
minikube action inputs
1 parent 67872ed commit e4f1841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
- name: Extract k8s version
3030
id: extract_version
3131
run: |
32-
version=$(grep 'export KUBERNETES_BRANCH=' settings | cut -d '"' -f 2)
32+
version=$(grep 'export KUBERNETES_BRANCH=' settings | cut -d '"' -f 2 | tr -d 'v')
3333
echo "setting kubernetes version to $KUBERNETES_V_STRING"
3434
echo "KUBERNETES_V_STRING=$version" >> "$GITHUB_ENV"
3535
- name: Start Minikube
3636
uses: medyagh/setup-minikube@latest
3737
id: minikube
3838
with:
39-
minikube-version: ${{ env.KUBERNETES_V_STRING }}
39+
kubernetes-version: ${{ env.KUBERNETES_V_STRING }}
4040
driver: none

0 commit comments

Comments
 (0)