update comment
All checks were successful
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 22s
All checks were successful
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 22s
This commit is contained in:
parent
0c559c6a21
commit
cf5d91c294
1 changed files with 10 additions and 10 deletions
|
|
@ -65,28 +65,28 @@ jobs:
|
||||||
|
|
||||||
echo "$comment_id"
|
echo "$comment_id"
|
||||||
|
|
||||||
- name: Upsert comment
|
- name: Add comment
|
||||||
id: comment
|
id: comment
|
||||||
env:
|
env:
|
||||||
COMMENT_BODY: |
|
COMMENT_BODY: |
|
||||||
#### OpenTofu Format and Style 🖌\`${{ steps.fmt.outcome }}\`
|
#### OpenTofu Format and Style 🖌`${{ steps.fmt.outcome }}`
|
||||||
#### OpenTofu Initialization ⚙️\`${{ steps.init.outcome }}\`
|
#### OpenTofu Initialization ⚙️`${{ steps.init.outcome }}`
|
||||||
#### OpenTofu Validation 🤖\`${{ steps.validate.outcome }}\`
|
#### OpenTofu Validation 🤖`${{ steps.validate.outcome }}`
|
||||||
<details><summary>Validation Output</summary>
|
<details><summary>Validation Output</summary>
|
||||||
|
|
||||||
\`\`\`\n
|
```
|
||||||
${{ steps.validate.outputs.stdout }}
|
${{ steps.validate.outputs.stdout }}
|
||||||
\`\`\`
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
#### OpenTofu Plan 📖\`${{ steps.plan.outcome }}\`
|
#### OpenTofu Plan 📖`${{ steps.plan.outcome }}`
|
||||||
|
|
||||||
<details><summary>Show Plan</summary>
|
<details><summary>Show Plan</summary>
|
||||||
|
|
||||||
\`\`\`\n
|
```
|
||||||
${process.env.PLAN}
|
${{ steps.plan.outputs.stdout }}
|
||||||
\`\`\`
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue