From 9f6d9596d4c6d62e660b21d7a0fa4e5a92199a3e Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 5 Nov 2025 08:36:12 -0500 Subject: [PATCH] Testing PR comment action. --- .gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index 71d16a6..dfe8dfb 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -132,6 +132,8 @@ jobs: - name: Tofu PR Commenter uses: alexnorell/tofu-pr-commenter@v2.0.0 + env: + PR_NUMBER: ${{ needs.check-and-create-pr.outputs.pr_number }} with: commenter_type: plan commenter_input: ${{ steps.tofu-plan.outputs.plan-output }}