tfplan location.
This commit is contained in:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user