From 4968329d5c7d06cd0a81d9bd403cbaf63a887602 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 5 Nov 2025 06:57:09 -0500 Subject: [PATCH] Testing out event path contexts... --- .gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index 9fbb231..8f78308 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -136,7 +136,8 @@ 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 }} + cat "${{ gitea.event_path }}" + cat /var/run/act/workflow/event.json # - name: Tofu Report # uses: ahmadnassri/action-terraform-report@v4.1.14