From 6eea4480010e3c4a3ad58010495830bdbff8e5e5 Mon Sep 17 00:00:00 2001 From: Lutz Finsterle Date: Sat, 14 Mar 2026 08:40:17 +0100 Subject: [PATCH] Last for = in install tofu --- .gitea/workflows/deploy.yml | 2 +- .gitea/workflows/test.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 4b4a2a3..5d78444 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -136,7 +136,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: | diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 1c84aa9..7f7380f 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -50,7 +50,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 }} + | sh -s -- --install-method standalone --opentofu-version ${{ env.TOFU_VERSION }} - name: tofu test — Docker stack run: | @@ -67,7 +67,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 }} + | sh -s -- --install-method standalone --opentofu-version ${{ env.TOFU_VERSION }} - name: tofu test — K8s stack run: | @@ -89,7 +89,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 }} + | sh -s -- --install-method standalone --opentofu-version ${{ env.TOFU_VERSION }} - name: Install k3d run: |