Fix for install opentofu
Some checks failed
Test / Static Analysis (push) Successful in 33s
Test / Unit Tests — Docker Stack (push) Failing after 26s
Test / Unit Tests — K8s Stack (push) Failing after 24s
Test / Integration Test — K8s (k3d) (push) Has been skipped

This commit is contained in:
2026-03-14 08:34:35 +01:00
parent 4d1639e560
commit ee6ce6e8c8

View File

@@ -47,7 +47,7 @@ jobs:
- name: Install OpenTofu
run: |
curl -fsSL https://get.opentofu.org/install-opentofu.sh | sh -s -- --install-method=standalone --opentofu-version=${{ env.TOFU_VERSION }}
curl -fsSL https://get.opentofu.org/install-opentofu.sh | sh -s -- --install-method standalone --opentofu-version ${{ env.TOFU_VERSION }}
- name: Install gopass
run: |