mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-08 13:36:56 +00:00
adjusted env in workflow paths
This commit is contained in:
parent
eb06923ae9
commit
0b18ab3b8f
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
|
- name: Setup kubectl
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
version: env.HELM_3_8_0
|
version: ${{ env.HELM_3_8_0 }}
|
||||||
- name: Validate 3.8.0
|
- name: Validate 3.8.0
|
||||||
run: |
|
run: |
|
||||||
if [[ $(helm version) != *$HELM_3_8_0* ]]; then
|
if [[ $(helm version) != *$HELM_3_8_0* ]]; then
|
||||||
|
|
@ -40,7 +40,7 @@ jobs:
|
||||||
- name: Setup kubectl 3.7.2
|
- name: Setup kubectl 3.7.2
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
version: env.HELM_3_7_2
|
version: ${{ env.HELM_3_7_2 }}
|
||||||
- name: Validate 3.7.2
|
- name: Validate 3.7.2
|
||||||
run: |
|
run: |
|
||||||
if [[ $(helm version) != *$HELM_3_7_2* ]]; then
|
if [[ $(helm version) != *$HELM_3_7_2* ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue