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 "
"