Skip to content

Commit 87721f6

Browse files
committed
Fix Istio update workflow
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 368b682 commit 87721f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-istio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set the Istio version
2828
id: check
2929
env:
30-
ISTIO_VERSION: ${{ steps.get-istioctl.outputs.istioctl-url }}
30+
ISTIO_VERSION: ${{ steps.get-istioctl.outputs.version }}
3131
run: |
3232
echo "Found Istio version ${ISTIO_VERSION}"
3333
yq eval '.data.version=env(ISTIO_VERSION)' -i ./clusters/my-cluster/istio-version.yaml

0 commit comments

Comments
 (0)