...
This commit is contained in:
@@ -116,12 +116,16 @@ 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:
|
||||||
|
GITEA_API_URL: ${{ gitea.api_url }}
|
||||||
|
GITEA_REPOSITORY: ${{ github.repository }}
|
||||||
|
GITEA_PULL_REQUEST_ID: ${{ github.event.pull_request.number }}
|
||||||
|
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 }}
|
||||||
commenter_exitcode: ${{ steps.tofu-init.outputs.exitcode }}
|
commenter_exitcode: ${{ steps.tofu-init.outputs.exitcode }}
|
||||||
working_directory: cloudflare
|
working_directory: cloudflare
|
||||||
git_token: ${{ secrets.BOT_GITEA_TOKEN }}
|
|
||||||
|
|
||||||
- name: Tofu Plan
|
- name: Tofu Plan
|
||||||
id: tofu-plan
|
id: tofu-plan
|
||||||
@@ -134,6 +138,11 @@ 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:
|
||||||
|
GITEA_API_URL: ${{ gitea.api_url }}
|
||||||
|
GITEA_REPOSITORY: ${{ github.repository }}
|
||||||
|
GITEA_PULL_REQUEST_ID: ${{ github.event.pull_request.number }}
|
||||||
|
GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }}
|
||||||
with:
|
with:
|
||||||
commenter_type: plan
|
commenter_type: plan
|
||||||
commenter_input: ${{ steps.tofu-plan.outputs.plan-output }}
|
commenter_input: ${{ steps.tofu-plan.outputs.plan-output }}
|
||||||
|
|||||||
Reference in New Issue
Block a user