Comment steps.

This commit is contained in:
2025-11-08 08:36:12 -05:00
parent 454985fcd6
commit 96e830c385
@@ -116,6 +116,8 @@ jobs:
- name: Tofu PR Commenter - name: Tofu PR Commenter
uses: https://git.trez.wtf/Trez/tf-pr-commenter@main uses: https://git.trez.wtf/Trez/tf-pr-commenter@main
env:
GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }}
with: with:
commenter_type: init commenter_type: init
commenter_input: ${{ steps.tofu-init.outputs.init-output }} commenter_input: ${{ steps.tofu-init.outputs.init-output }}
@@ -133,10 +135,12 @@ jobs:
- name: Tofu PR Commenter - name: Tofu PR Commenter
uses: https://git.trez.wtf/Trez/tf-pr-commenter@main uses: https://git.trez.wtf/Trez/tf-pr-commenter@main
env:
GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }}
with: with:
command: plan commenter_type: plan
commenter_input: ${{ steps.tofu-plan.outputs.plan-output }} commenter_input: ${{ steps.tofu-init.outputs.init-output }}
commenter_exitcode: ${{ steps.tofu-plan.outputs.exitcode }} commenter_exitcode: ${{ steps.tofu-init.outputs.exitcode }}
working_directory: cloudflare working_directory: cloudflare
# - name: Wait for manual approval # - name: Wait for manual approval