From c9ab9f24b4eb236a0b7a819379675ef61604697e Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 7 Nov 2025 12:40:49 -0500 Subject: [PATCH] ... --- .gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index a209426..55bf7a8 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -120,8 +120,6 @@ jobs: - name: Tofu PR Commenter uses: https://git.trez.wtf/Trez/tf-pr-commenter@main - env: - PATH: ${{ env.PATH }}:/home/runner/.opentofu/bin with: commenter_type: init commenter_input: ${{ steps.tofu-init.outputs.init-output }} @@ -138,8 +136,6 @@ jobs: - name: Tofu PR Commenter uses: https://git.trez.wtf/Trez/tf-pr-commenter@main - env: - PATH: ${{ env.PATH }}:/home/runner/.opentofu/bin with: command: plan commenter_input: ${{ steps.tofu-plan.outputs.plan-output }}