mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-07 21:16:57 +00:00
added env to workflow paths
This commit is contained in:
parent
64dc736255
commit
eb06923ae9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/integration-tests.yml
vendored
4
.github/workflows/integration-tests.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: Setup kubectl
|
||||
uses: ./
|
||||
with:
|
||||
version: $HELM_3_8_0
|
||||
version: env.HELM_3_8_0
|
||||
- name: Validate 3.8.0
|
||||
run: |
|
||||
if [[ $(helm version) != *$HELM_3_8_0* ]]; then
|
||||
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
- name: Setup kubectl 3.7.2
|
||||
uses: ./
|
||||
with:
|
||||
version: $HELM_3_7_2
|
||||
version: env.HELM_3_7_2
|
||||
- name: Validate 3.7.2
|
||||
run: |
|
||||
if [[ $(helm version) != *$HELM_3_7_2* ]]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue