From cf5d91c294db2a32969480a44599944d7d20ad25 Mon Sep 17 00:00:00 2001
From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com>
Date: Wed, 18 Feb 2026 20:02:34 +0100
Subject: [PATCH] update comment
---
.../workflows/tofu-plan-k8s-wheatley.yaml | 20 +++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml
index 581da73..33b6dff 100644
--- a/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml
+++ b/.forgejo/workflows/tofu-plan-k8s-wheatley.yaml
@@ -65,28 +65,28 @@ jobs:
echo "$comment_id"
- - name: Upsert comment
+ - name: Add comment
id: comment
env:
COMMENT_BODY: |
- #### OpenTofu Format and Style 🖌\`${{ steps.fmt.outcome }}\`
- #### OpenTofu Initialization ⚙️\`${{ steps.init.outcome }}\`
- #### OpenTofu Validation 🤖\`${{ steps.validate.outcome }}\`
+ #### OpenTofu Format and Style 🖌`${{ steps.fmt.outcome }}`
+ #### OpenTofu Initialization ⚙️`${{ steps.init.outcome }}`
+ #### OpenTofu Validation 🤖`${{ steps.validate.outcome }}`
Validation Output
- \`\`\`\n
+ ```
${{ steps.validate.outputs.stdout }}
- \`\`\`
+ ```
- #### OpenTofu Plan 📖\`${{ steps.plan.outcome }}\`
+ #### OpenTofu Plan 📖`${{ steps.plan.outcome }}`
Show Plan
- \`\`\`\n
- ${process.env.PLAN}
- \`\`\`
+ ```
+ ${{ steps.plan.outputs.stdout }}
+ ```
run: |