This commit is contained in:
2025-11-03 09:56:28 -05:00
parent 6470e1e4bd
commit 4f94601b4e
+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>"