printf tweak.
This commit is contained in:
@@ -130,7 +130,7 @@ jobs:
|
|||||||
echo "<details><summary>🪶 Click to expand full plan output</summary>"
|
echo "<details><summary>🪶 Click to expand full plan output</summary>"
|
||||||
echo ""
|
echo ""
|
||||||
echo '```hcl'
|
echo '```hcl'
|
||||||
cat <<< "${{ steps.tofu_plan.outputs.plan-output }}"
|
printf "%s\n" "${{ steps.tofu_plan.outputs.plan-output }}" # safer than 'cat <<<'
|
||||||
echo '```'
|
echo '```'
|
||||||
echo ""
|
echo ""
|
||||||
echo "</details>"
|
echo "</details>"
|
||||||
|
|||||||
Reference in New Issue
Block a user