diff --git a/.gitea/workflows/auto-pr-tofu-plan.yml b/.gitea/workflows/auto-pr-tofu-plan.yml index 4d28916..fcc626e 100644 --- a/.gitea/workflows/auto-pr-tofu-plan.yml +++ b/.gitea/workflows/auto-pr-tofu-plan.yml @@ -125,7 +125,7 @@ jobs: uses: alexnorell/tofu-pr-commenter@v2.0.0 with: commenter_type: plan - commenter_input: ${{ steps.tofu_plan.outputs.stdout }} + commenter_input: ${{ steps.tofu_plan.outputs.plan-output }} commenter_exitcode: ${{ steps.step_id.outputs.exitcode }} - name: Wait for manual approval