From 53e21d28567690f1b66cd645ee38f758c2fa214a Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 22 Nov 2025 10:48:40 -0500 Subject: [PATCH] Correcting typo. --- .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 93fcea1..fadc948 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -129,7 +129,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }} with: commenter_type: init - commenter_input: ${{ steps.plain-tofu-init.outputs.init-uncolored }} + commenter_input: ${{ steps.plain-tofu-init.outputs.uncolored }} commenter_exitcode: ${{ steps.tofu-init.outputs.exitcode }} git_token: ${{ secrets.BOT_GITEA_TOKEN }} pr_comments_url: ${{ env.PR_COMMENTS_URL }}