This commit is contained in:
2025-11-21 09:29:17 -05:00
parent aa5b32ec69
commit e75e35ffd1
@@ -163,14 +163,15 @@ jobs:
- name: Comment PR with execution number
uses: thollander/actions-comment-pull-request@v3
with:
message: |
<details>
<summary>Terraform/Tofu Plan</summary>
```
${{ steps.ansi-to-html-plan.outputs.contents }}
```
</details>
*${{ steps.resolve-comment-id.outputs.comment-id }}*
# message: |
# <details>
# <summary>Terraform/Tofu Plan</summary>
# \`\`\`
# ${{ steps.ansi-to-html-plan.outputs.contents }}
# \`\`\`
# </details>
# *${{ steps.resolve-comment-id.outputs.comment-id }}*
file-path: cloudflare/cloudflare.tfplan
mode: upsert
pr-number: ${{ env.PR_NUMBER }}