From 9c1e744bcd22a2f591d2eb3e0d10ef3970bd1548 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 5 Nov 2025 06:40:31 -0500 Subject: [PATCH] Testing out event path contexts... --- .gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index 843ef88..9fbb231 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -136,6 +136,7 @@ jobs: 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 }}" + cat ${{ gitea.event_path }} # - name: Tofu Report # uses: ahmadnassri/action-terraform-report@v4.1.14