Comment steps.
This commit is contained in:
@@ -116,6 +116,8 @@ 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: init
|
||||
commenter_input: ${{ steps.tofu-init.outputs.init-output }}
|
||||
@@ -133,10 +135,12 @@ jobs:
|
||||
|
||||
- name: Tofu PR Commenter
|
||||
uses: https://git.trez.wtf/Trez/tf-pr-commenter@main
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }}
|
||||
with:
|
||||
command: plan
|
||||
commenter_input: ${{ steps.tofu-plan.outputs.plan-output }}
|
||||
commenter_exitcode: ${{ steps.tofu-plan.outputs.exitcode }}
|
||||
commenter_type: plan
|
||||
commenter_input: ${{ steps.tofu-init.outputs.init-output }}
|
||||
commenter_exitcode: ${{ steps.tofu-init.outputs.exitcode }}
|
||||
working_directory: cloudflare
|
||||
|
||||
# - name: Wait for manual approval
|
||||
|
||||
Reference in New Issue
Block a user