From 04cc5a9f7f5b93e8d5eb922cc9aeeb1c20d8409c Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 9 Nov 2025 06:20:15 -0500 Subject: [PATCH] Correcting plan step. --- .gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index a6f4c9d..a2913ec 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -134,12 +134,10 @@ jobs: - name: Tofu PR Commenter uses: https://git.trez.wtf/Trez/tf-pr-commenter@main - env: - GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }} with: commenter_type: plan - commenter_input: ${{ steps.tofu-init.outputs.init-output }} - commenter_exitcode: ${{ steps.tofu-init.outputs.exitcode }} + commenter_input: ${{ steps.tofu-plan.outputs.plan-output }} + commenter_exitcode: ${{ steps.tofu-plan.outputs.exitcode }} working_directory: cloudflare git_token: ${{ secrets.BOT_GITEA_TOKEN }}