This commit is contained in:
2025-11-07 12:40:49 -05:00
parent f46a2f1b89
commit c9ab9f24b4
@@ -120,8 +120,6 @@ jobs:
- name: Tofu PR Commenter
uses: https://git.trez.wtf/Trez/tf-pr-commenter@main
env:
PATH: ${{ env.PATH }}:/home/runner/.opentofu/bin
with:
commenter_type: init
commenter_input: ${{ steps.tofu-init.outputs.init-output }}
@@ -138,8 +136,6 @@ jobs:
- name: Tofu PR Commenter
uses: https://git.trez.wtf/Trez/tf-pr-commenter@main
env:
PATH: ${{ env.PATH }}:/home/runner/.opentofu/bin
with:
command: plan
commenter_input: ${{ steps.tofu-plan.outputs.plan-output }}