From 8e884a0ac4a4426e722be96a5465c47b54baa080 Mon Sep 17 00:00:00 2001 From: Chris Berg Date: Mon, 10 Apr 2023 14:54:44 -0700 Subject: [PATCH] WIP --- action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 18975fe..76771a2 100644 --- a/action.yml +++ b/action.yml @@ -43,9 +43,7 @@ runs: # Allow pipefail, since we could be catching errors set +o pipefail - curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 - chmod 700 get_helm.sh - ./get_helm.sh + curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash - name: Add Repository shell: bash run: |