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