Skip to content

Commit

Permalink
Ask curl to follow redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Apr 22, 2024
1 parent e3dd020 commit 07d9095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
mkdir bin
cd bin
curl https://github.com/instrumenta/kubeval/releases/latest/download/kubeval-linux-amd64.tar.gz |
curl -L https://github.com/instrumenta/kubeval/releases/latest/download/kubeval-linux-amd64.tar.gz |
tar zx
pwd >> "$GITHUB_PATH"
Expand Down

0 comments on commit 07d9095

Please sign in to comment.