Correcting plan step.

This commit is contained in:
2025-11-09 06:20:15 -05:00
parent 013e07f32a
commit 04cc5a9f7f
@@ -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 }}