From 821bdf56b57f5ed6b798bf251ceb869328cac017 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 25 Nov 2025 10:32:59 -0500 Subject: [PATCH] Details and summary tags for issue and PR comments. --- .gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index 0df0217..4882186 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -159,7 +159,13 @@ jobs: GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }} with: commenter_type: plan - commenter_input: ${{ steps.plain-tofu-plan.outputs.uncolored }} + commenter_input: | +
Tofu Plan (click to expand) + + ```terraform + ${{ steps.plain-tofu-plan.outputs.uncolored }} + ``` +
commenter_exitcode: ${{ steps.tofu-plan.outputs.exitcode }} git_token: ${{ secrets.BOT_GITEA_TOKEN }} pr_comments_url: ${{ env.PR_COMMENTS_URL }} @@ -179,7 +185,7 @@ jobs:
Tofu Plan (click to expand) ```terraform - ${{ steps.tofu-plan.outputs.plan-output }} + ${{ steps.plain-tofu-plan.outputs.uncolored }} ```