Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot committed Apr 10, 2023
1 parent 37bed2a commit 8e884a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8e884a0

Please sign in to comment.