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 - name: Comment PR with execution number
uses: thollander/actions-comment-pull-request@v3 uses: thollander/actions-comment-pull-request@v3
with: with:
message: | # message: |
<details> # <details>
<summary>Terraform/Tofu Plan</summary> # <summary>Terraform/Tofu Plan</summary>
``` # \`\`\`
${{ steps.ansi-to-html-plan.outputs.contents }} # ${{ steps.ansi-to-html-plan.outputs.contents }}
``` # \`\`\`
</details> # </details>
*${{ steps.resolve-comment-id.outputs.comment-id }}* # *${{ steps.resolve-comment-id.outputs.comment-id }}*
file-path: cloudflare/cloudflare.tfplan
mode: upsert mode: upsert
pr-number: ${{ env.PR_NUMBER }} pr-number: ${{ env.PR_NUMBER }}