tfplan location.
This commit is contained in:
@@ -116,6 +116,7 @@ jobs:
|
|||||||
- name: Build Markdown PR comment from plan file
|
- name: Build Markdown PR comment from plan file
|
||||||
run: |
|
run: |
|
||||||
mkdir -p tmp
|
mkdir -p tmp
|
||||||
|
pwd
|
||||||
{
|
{
|
||||||
echo "## 🧩 OpenTofu Plan — Cloudflare"
|
echo "## 🧩 OpenTofu Plan — Cloudflare"
|
||||||
echo "**Branch:** \`${{ github.ref_name }}\`"
|
echo "**Branch:** \`${{ github.ref_name }}\`"
|
||||||
@@ -125,7 +126,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'
|
||||||
tofu show cloudflare/cloudflare.tfplan # <-- read file directly, ACT-safe
|
tofu show cloudflare.tfplan # <-- read file directly, ACT-safe
|
||||||
echo '```'
|
echo '```'
|
||||||
echo ""
|
echo ""
|
||||||
echo "</details>"
|
echo "</details>"
|
||||||
|
|||||||
Reference in New Issue
Block a user