From 09c18b8380dbd74b80c6a1585ff81f2a399a7c90 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 3 Nov 2025 09:27:59 -0500 Subject: [PATCH] printf tweak. --- .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 5085fa5..f206d69 100644 --- a/.gitea/workflows/auto-pr-tofu-plan.yml +++ b/.gitea/workflows/auto-pr-tofu-plan.yml @@ -130,7 +130,7 @@ jobs: echo "
🪶 Click to expand full plan output" echo "" echo '```hcl' - cat <<< "${{ steps.tofu_plan.outputs.plan-output }}" + printf "%s\n" "${{ steps.tofu_plan.outputs.plan-output }}" # safer than 'cat <<<' echo '```' echo "" echo "
"