fix(actions): add verbosity to curl command
All checks were successful
/ validate (push) Successful in 5s
All checks were successful
/ validate (push) Successful in 5s
This commit is contained in:
parent
c82664d952
commit
9ab1fc988b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
|
||||
- name: Install kubeconform
|
||||
run: |
|
||||
curl -sL https://github.com/yannh/kubeconform/releases/latest/download/kubeconform-linux-amd64.tar.gz | tar xz
|
||||
curl -fsSL 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