From 8bf9040b5aef2429b5e3e45f79ed170e63e5c083 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 5 Nov 2025 09:02:03 -0500 Subject: [PATCH] Testing still... --- .../cloudflare-auto-pr-tofu-pipeline.yml | 24 ++++++++++++------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index 627a751..4dc80ff 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -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