From f46a2f1b89a73ec91371c56f96fec51f8082cf63 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 7 Nov 2025 12:31:13 -0500 Subject: [PATCH] Adding env PATH for composite steps. --- .gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml index 55bf7a8..a209426 100644 --- a/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml +++ b/.gitea/workflows/cloudflare-auto-pr-tofu-pipeline.yml @@ -120,6 +120,8 @@ 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 }} @@ -136,6 +138,8 @@ 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 }}