From d963274f50b0152ffba38739d2c807f5c3d45f87 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 5 Nov 2025 06:37:20 -0500 Subject: [PATCH] Testing out event path contexts... --- .../cloudflare-auto-pr-tofu-pipeline.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index b4cbc41..843ef88 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -135,14 +135,15 @@ jobs: cd cloudflare tofu show cloudflare.tfplan > cloudflare_tf.txt tofu show -json cloudflare.tfplan > cloudflare_tf.json + echo -e "Gitea: ${{ gitea.event_path }}\nGithub: ${{ github.event_path }}" - - name: Tofu Report - uses: ahmadnassri/action-terraform-report@v4.1.14 - with: - # tell the action the plan outputs - terraform-text: ${{ github.workspace }}/terraform.text - terraform-json: ${{ github.workspace }}/terraform.json - remove-stale-reports: true + # - name: Tofu Report + # uses: ahmadnassri/action-terraform-report@v4.1.14 + # with: + # # tell the action the plan outputs + # terraform-text: ${{ github.workspace }}/terraform.text + # terraform-json: ${{ github.workspace }}/terraform.json + # remove-stale-reports: true # - name: Build Markdown PR comment from plan file # run: |