printf tweak.

This commit is contained in:
2025-11-03 09:27:59 -05:00
parent d7973c123b
commit 09c18b8380
+1 -1
View File
@@ -130,7 +130,7 @@ jobs:
echo "<details><summary>🪶 Click to expand full plan output</summary>"
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 "</details>"