From 4f94601b4ea47633c9b5ac83b22d67f13f5882d1 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 3 Nov 2025 09:56:28 -0500 Subject: [PATCH] ... --- .gitea/workflows/auto-pr-tofu-plan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/auto-pr-tofu-plan.yml b/.gitea/workflows/auto-pr-tofu-plan.yml index 00b966e..788fdc1 100644 --- a/.gitea/workflows/auto-pr-tofu-plan.yml +++ b/.gitea/workflows/auto-pr-tofu-plan.yml @@ -125,7 +125,7 @@ jobs: echo "
🪶 Click to expand full plan output" echo "" echo '```hcl' - cat cloudflare.tfplan # <-- read file directly, ACT-safe + cat ${GITHUB_WORKSPACE}/cloudflare/cloudflare.tfplan # <-- read file directly, ACT-safe echo '```' echo "" echo "
"