Fix curl option
All checks were successful
CI / test (push) Successful in 11m55s
Lint / test (push) Successful in 41s

This commit is contained in:
Miguel Jacq 2026-06-07 14:44:36 +10:00
parent 6c58beddfe
commit a0fbed5ca5
Signed by: mig5
GPG key ID: 03906B4110AAD3B8

View file

@ -29,7 +29,7 @@ jobs:
- name: Install sops - name: Install sops
run: | 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 chmod +x /usr/local/bin/sops
- name: Run test script - name: Run test script