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