From ad5d92b7a90cac740d711118e35f41d87dcf6f7e Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 21 Nov 2025 07:41:35 -0500 Subject: [PATCH] Reverting to custom ANSI-to-HTML action... --- .../cloudflare-auto-pr-tofu-pipeline.yml | 20 ++++++------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index 53c797b..52f4359 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -150,23 +150,15 @@ jobs: chdir: cloudflare out: cloudflare.tfplan - - run: echo "${{ steps.tofu-plan.outputs.plan-output }}" + - run: pwd - # - name: ANSI to HTML - # id: ansi-to-html-plan - # uses: https://git.trez.wtf/Trez/actions-ansi-to-html@v1.0.3 - # env: - # ACTIONS_STEP_DEBUG: true - # with: - # input: ${{ steps.tofu-plan.outputs.plan-output }} - - - name: Convert ANSI color codes to HTNL + - name: ANSI to HTML id: ansi-to-html-plan - uses: justinm/actions-ansi-to-html@v1.0.0 + uses: https://git.trez.wtf/Trez/actions-ansi-to-html@v1.0.3 + env: + ACTIONS_STEP_DEBUG: true with: - path: ./cloudflare.tfplan - - - run: echo "${{ steps.ansi-to-html-plan.outputs.contents }}" + path: cloudflare/cloudflare.tfplan - name: Comment PR with execution number uses: thollander/actions-comment-pull-request@v3