Fix curl option
This commit is contained in:
parent
6c58beddfe
commit
a0fbed5ca5
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
- name: Install sops
|
||||
run: |
|
||||
curl -LO -o /usr/local/bin/sops https://github.com/getsops/sops/releases/download/v3.13.1/sops-v3.13.1.linux.amd64
|
||||
curl -L -o /usr/local/bin/sops https://github.com/getsops/sops/releases/download/v3.13.1/sops-v3.13.1.linux.amd64
|
||||
chmod +x /usr/local/bin/sops
|
||||
|
||||
- name: Run test script
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue