From c9328895e792044f0f538163cb26b1f8da346e0b Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 19 Oct 2025 11:21:52 -0400 Subject: [PATCH] ... --- .gitea/workflows/auto-pr-tofu-plan.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/auto-pr-tofu-plan.yml b/.gitea/workflows/auto-pr-tofu-plan.yml index a65a681..50663f4 100644 --- a/.gitea/workflows/auto-pr-tofu-plan.yml +++ b/.gitea/workflows/auto-pr-tofu-plan.yml @@ -71,13 +71,7 @@ jobs: TEA_DL_URL: "https://dl.gitea.com/tea/${{ env.TEA_VERSION }}/tea-${{ env.TEA_VERSION }}-linux-amd64" shell: bash run: | - echo ${{ gitea.ref }} - echo ${{ github.ref }} - echo ${{ gitea.ref_name }} - echo ${{ github.ref }} - cd /tmp - echo ${TEA_DL_URL} wget -q "${TEA_DL_URL}" wget -q "${TEA_DL_URL}.sha256" if $(sha256sum --quiet -c "tea-${{ inputs.tea-version }}-linux-amd64.sha256"); then