Skip to content

Commit

Permalink
action env script notation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamero committed Feb 27, 2025
1 parent 7ad4824 commit c95b669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
uses: medyagh/setup-minikube@latest
id: minikube
with:
minikube-version: env.KUBERNETES_V_STRING
minikube-version: ${{ env.KUBERNETES_V_STRING }}

0 comments on commit c95b669

Please sign in to comment.