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