Testing still...

This commit is contained in:
2025-11-05 09:02:03 -05:00
committed by Trez.One
parent a98c0c1778
commit 8bf9040b5a
@@ -130,15 +130,21 @@ jobs:
chdir: cloudflare
out: cloudflare.tfplan
- name: Tofu PR Commenter
uses: https://git.trez.wtf/Trez/terraform-tofu-pr-commenter@main
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 }}
- run: |
echo ${{ gitea.event_path }}
cat ${{ gitea.event_path }}
cp ${{ gitea.event_path }} .
cat event.json | jq
# - name: Tofu PR Commenter
# uses: https://git.trez.wtf/Trez/terraform-tofu-pr-commenter@main
# 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
# uses: ahmadnassri/action-terraform-report@v4.1.14