fix(actions): switch from curl to wget
All checks were successful
/ validate (push) Successful in 4s
All checks were successful
/ validate (push) Successful in 4s
This commit is contained in:
parent
9ab1fc988b
commit
c9700654f7
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
|
||||
- name: Install kubeconform
|
||||
run: |
|
||||
curl -fsSL https://github.com/yannh/kubeconform/releases/latest/download/kubeconform-linux-amd64.tar.gz | tar xz
|
||||
wget -O- https://github.com/yannh/kubeconform/releases/latest/download/kubeconform-linux-amd64.tar.gz | tar xz
|
||||
mv kubeconform /usr/local/bin
|
||||
|
||||
- name: Validate manifests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue