From ef852ab54d711a3c9dd5780af0bdebe0c530fe37 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 19 Nov 2025 11:41:07 -0500 Subject: [PATCH] After some long-ass testing, updating ansi-to-html step. --- .gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index 2538163..e2ce52b 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -116,7 +116,7 @@ jobs: - name: ANSI to HTML id: ansi-to-html - uses: https://git.trez.wtf/Trez/actions-ansi-to-html@main + uses: https://git.trez.wtf/Trez/actions-ansi-to-html@v1.0.0 with: input: ${{ steps.tofu-init.outputs.init-output }}