update comment
All checks were successful
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 22s

This commit is contained in:
Peter 2026-02-18 20:02:34 +01:00
parent 0c559c6a21
commit cf5d91c294
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -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: |