From afc60c479ce528ab42a249ce6e7271ac3404eb21 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 2 Nov 2025 18:10:20 -0500 Subject: [PATCH] Plan PR comment and approval steps. --- .gitea/workflows/auto-pr-tofu-plan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/auto-pr-tofu-plan.yml b/.gitea/workflows/auto-pr-tofu-plan.yml index e5c1fec..7bb6c26 100644 --- a/.gitea/workflows/auto-pr-tofu-plan.yml +++ b/.gitea/workflows/auto-pr-tofu-plan.yml @@ -127,7 +127,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }} with: commenter_type: plan - commenter_input: ${{ steps.tofu_plan.outputs.plan-output }} + commenter_input: ${{ steps.tofu_plan.outputs.stdout }} commenter_exitcode: ${{ steps.step_id.outputs.exitcode }} - name: Wait for manual approval