From bcb0482b8a9a4fca1cd7a78856c16d1e1064af03 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 19 Nov 2025 06:29:47 -0500 Subject: [PATCH] PR_COMMENTS_URL for the plan comment step. --- .gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index 39bb30a..a823943 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -150,6 +150,7 @@ jobs: commenter_input: ${{ steps.tofu-plan.outputs.plan-output }} commenter_exitcode: ${{ steps.tofu-plan.outputs.exitcode }} git_token: ${{ secrets.BOT_GITEA_TOKEN }} + pr_comments_url: ${{ env.PR_COMMENTS_URL }} working_directory: cloudflare # - name: Wait for manual approval