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