From 8819a61856057c2f4f583bcbf4ff0781dd8ca3eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Limpinho?= <53994778+TomasLimpinho@users.noreply.github.com> Date: Wed, 20 Aug 2025 16:09:41 +0100 Subject: [PATCH] a --- .gitea/workflows/ci-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index 34a8bd7..aff5d6d 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -40,7 +40,7 @@ jobs: - name: Init OpenTofu working-directory: infra/iac - run: tofu init -upgrade + run: tofu init - name: Plan working-directory: infra/iac