From 8f1e1497280ff7a534ae1a9dffd160b214e3d739 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 19 Oct 2025 11:24:28 -0400 Subject: [PATCH] ... --- .gitea/workflows/auto-pr-tofu-plan.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/auto-pr-tofu-plan.yml b/.gitea/workflows/auto-pr-tofu-plan.yml index 50663f4..d270a90 100644 --- a/.gitea/workflows/auto-pr-tofu-plan.yml +++ b/.gitea/workflows/auto-pr-tofu-plan.yml @@ -68,7 +68,8 @@ jobs: - name: Install Tea id: install-tea-pr-index env: - TEA_DL_URL: "https://dl.gitea.com/tea/${{ env.TEA_VERSION }}/tea-${{ env.TEA_VERSION }}-linux-amd64" + TEA_VERSION: ${{ env.TEA_VERSION }} + TEA_DL_URL: "https://dl.gitea.com/tea/${TEA_VERSION}/tea-${TEA_VERSION}-linux-amd64" shell: bash run: | cd /tmp