Skip to content

Commit

Permalink
try fixing istio version
Browse files Browse the repository at this point in the history
  • Loading branch information
c-pius committed Apr 9, 2024
1 parent a6d641f commit 22b0dd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/get-configuration/action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Define (env) variables
description: Defines variables such as versions and file paths. Where needed, those are also exported as environment variables.
name: Get configuration
description: Defines configuration variables such as versions.
outputs:
k8s_version:
description: The version of k8s to use. For example, 1.28.7.
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/install-istioctl/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ runs:
- name: Install istioctl
shell: bash
run: |
curl -L https://istio.io/downloadIstio | TARGET_ARCH=x86_64 sh -
ISTIO_VERSION=${{ inputs.istio_version }} curl -L https://istio.io/downloadIstio | TARGET_ARCH=x86_64 sh -
chmod +x istio-${{ inputs.istio_version }}/bin/istioctl
mv istio-${{ inputs.istio_version }}/bin/istioctl /usr/local/bin

0 comments on commit 22b0dd2

Please sign in to comment.