This commit is contained in:
2025-11-03 09:56:28 -05:00
parent 52770cda4e
commit 75b886f9e0
+1 -1
View File
@@ -125,7 +125,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 cloudflare.tfplan # <-- read file directly, ACT-safe cat ${GITHUB_WORKSPACE}/cloudflare/cloudflare.tfplan # <-- read file directly, ACT-safe
echo '```' echo '```'
echo "" echo ""
echo "</details>" echo "</details>"