Correcting plan step.
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user