Bug fix opentofu install
Some checks failed
Test / Static Analysis (push) Successful in 32s
Test / Unit Tests — Docker Stack (push) Failing after 24s
Test / Unit Tests — K8s Stack (push) Failing after 25s
Test / Integration Test — K8s (k3d) (push) Has been skipped

This commit is contained in:
2026-03-13 20:32:26 +01:00
parent 806aecfce5
commit 4d1639e560

View File

@@ -46,7 +46,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: |