From d243237cbf5fb99c6b2002d726d13a1a77d29d44 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 4 Nov 2025 15:10:50 -0500 Subject: [PATCH] ... --- .gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index bfcb744..ddf85a8 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -114,7 +114,7 @@ jobs: reconfigure: true - run: | - echo ${{ steps.tofu-init.outputs.init-output }} + echo -e "${{ steps.tofu-init.outputs.init-output }}" - name: Tofu Plan id: tofu-plan