From f985a615056b725b4dba1aea3383520303f3f58f Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 19 Nov 2025 13:22:49 -0500 Subject: [PATCH] Debugging at this point... --- .../cloudflare-auto-pr-tofu-pipeline.yml | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index 4206352..36b6531 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -117,12 +117,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 + id: ansi-to-html-init + 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 }} + input: ${{ steps.tofu-init.outputs.init-output }} - - run: echo "${{ steps.ansi-to-html-plan.outputs.contents }}" + - run: echo "${{ steps.ansi-to-html-init.outputs.contents }}" - name: Tofu PR Commenter uses: https://git.trez.wtf/Trez/tf-pr-commenter@main @@ -148,6 +150,18 @@ jobs: chdir: cloudflare out: cloudflare.tfplan + - run: echo "${{ steps.tofu-plan.outputs.plan-output }}" + + - 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-init.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: