From 1cb85a66f9231c62eb53f59a68d273e1eef8c9ec Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 19 Nov 2025 12:39:57 -0500 Subject: [PATCH] Debugging at this point... --- .gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index 2027931..4206352 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -116,6 +116,14 @@ jobs: - run: echo "${{ steps.tofu-init.outputs.init-output }}" + - name: ANSI to HTML + id: ansi-to-html-plan + uses: https://git.trez.wtf/Trez/actions-ansi-to-html@v1.0.1 + with: + input: ${{ steps.tofu-plan.outputs.plan-output }} + + - run: echo "${{ steps.ansi-to-html-plan.outputs.contents }}" + - name: Tofu PR Commenter uses: https://git.trez.wtf/Trez/tf-pr-commenter@main env: