From a704361729580e32fe4e52e18bc20b8d3f6076b5 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 18 Aug 2025 20:35:46 +0000 Subject: [PATCH] Update .gitea/workflows/ci-test.yaml --- .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 01a52af..da348b4 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -34,7 +34,7 @@ jobs: - name: Plan working-directory: infra/iac - run:| + run: | # Find all .auto.tfvars in the secrets folder VAR_FILES="" for f in ../secrets/*.auto.tfvars; do