Testing still...
This commit is contained in:
@@ -130,15 +130,21 @@ jobs:
|
|||||||
chdir: cloudflare
|
chdir: cloudflare
|
||||||
out: cloudflare.tfplan
|
out: cloudflare.tfplan
|
||||||
|
|
||||||
- name: Tofu PR Commenter
|
- run: |
|
||||||
uses: https://git.trez.wtf/Trez/terraform-tofu-pr-commenter@main
|
echo ${{ gitea.event_path }}
|
||||||
env:
|
cat ${{ gitea.event_path }}
|
||||||
GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }}
|
cp ${{ gitea.event_path }} .
|
||||||
PR_NUMBER: ${{ needs.check-and-create-pr.outputs.pr_number }}
|
cat event.json | jq
|
||||||
with:
|
|
||||||
commenter_type: plan
|
# - name: Tofu PR Commenter
|
||||||
commenter_input: ${{ steps.tofu-plan.outputs.plan-output }}
|
# uses: https://git.trez.wtf/Trez/terraform-tofu-pr-commenter@main
|
||||||
commenter_exitcode: ${{ steps.tofu-plan.outputs.exitcode }}
|
# env:
|
||||||
|
# GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }}
|
||||||
|
# PR_NUMBER: ${{ needs.check-and-create-pr.outputs.pr_number }}
|
||||||
|
# with:
|
||||||
|
# commenter_type: plan
|
||||||
|
# commenter_input: ${{ steps.tofu-plan.outputs.plan-output }}
|
||||||
|
# commenter_exitcode: ${{ steps.tofu-plan.outputs.exitcode }}
|
||||||
|
|
||||||
# - name: Tofu Report
|
# - name: Tofu Report
|
||||||
# uses: ahmadnassri/action-terraform-report@v4.1.14
|
# uses: ahmadnassri/action-terraform-report@v4.1.14
|
||||||
|
|||||||
Reference in New Issue
Block a user