From fb5e5156930e16676add3d6dbe7121cff59c237a Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 18 Aug 2025 20:52:31 +0000 Subject: [PATCH] Update .gitea/workflows/ci-test.yaml --- .gitea/workflows/ci-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index da348b4..9f70113 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -37,7 +37,7 @@ jobs: run: | # Find all .auto.tfvars in the secrets folder VAR_FILES="" - for f in ../secrets/*.auto.tfvars; do + for f in ../secrets/secrets/*.auto.tfvars; do VAR_FILES="$VAR_FILES -var-file=$f" done tofu plan $VAR_FILES -out=tfplan @@ -55,7 +55,7 @@ jobs: run: | # Find all .auto.tfvars in the secrets folder VAR_FILES="" - for f in ../secrets/*.auto.tfvars; do + for f in ../secrets/secrets/*.auto.tfvars; do VAR_FILES="$VAR_FILES -var-file=$f" done tofu apply $VAR_FILES -auto-approve tfplan \ No newline at end of file