tfplan location.

This commit is contained in:
2025-11-04 06:39:04 -05:00
committed by Trez.One
parent 4d71130361
commit 5b5ec6ca91
@@ -116,6 +116,7 @@ jobs:
- name: Build Markdown PR comment from plan file
run: |
mkdir -p tmp
pwd
{
echo "## 🧩 OpenTofu Plan — Cloudflare"
echo "**Branch:** \`${{ github.ref_name }}\`"
@@ -125,7 +126,7 @@ jobs:
echo "<details><summary>🪶 Click to expand full plan output</summary>"
echo ""
echo '```hcl'
tofu show cloudflare/cloudflare.tfplan # <-- read file directly, ACT-safe
tofu show cloudflare.tfplan # <-- read file directly, ACT-safe
echo '```'
echo ""
echo "</details>"