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 7ad4824 commit c95b669Copy full SHA for c95b669
.github/workflows/test.yml
@@ -36,4 +36,4 @@ jobs:
36
uses: medyagh/setup-minikube@latest
37
id: minikube
38
with:
39
- minikube-version: env.KUBERNETES_V_STRING
+ minikube-version: ${{ env.KUBERNETES_V_STRING }}
0 commit comments