diff --git a/.gitea/workflows/auto-pr-tofu-plan.yml b/.gitea/workflows/auto-pr-tofu-plan.yml index f5f0ed7..ad2a27d 100644 --- a/.gitea/workflows/auto-pr-tofu-plan.yml +++ b/.gitea/workflows/auto-pr-tofu-plan.yml @@ -73,8 +73,8 @@ jobs: shell: bash run: | cd /tmp - wget "${TEA_DL_URL}" - wget "${TEA_DL_URL}.sha256" + wget -q "${TEA_DL_URL}" + wget -q "${TEA_DL_URL}.sha256" if sha256sum --quiet -c "tea-${TEA_VERSION}-linux-amd64.sha256"; then mv "tea-${TEA_VERSION}-linux-amd64" /usr/bin/tea