Tea install breaking...
Auto-PR Check/Creation and TF/OpenTofu Plan / Check and Create PR (push) Successful in 19s
Auto-PR Check/Creation and TF/OpenTofu Plan / Terraform/OpenTofu Plan (push) Failing after 23s

This commit is contained in:
2025-10-21 17:42:24 -04:00
parent f961435ab2
commit e27dd37d67
+2
View File
@@ -74,7 +74,9 @@ jobs:
run: |
cd /tmp
echo ${TEA_DL_URL}
echo "Binary..."
wget -q "${TEA_DL_URL}"
echo "SHA256..."
wget -q "${TEA_DL_URL}.sha256"
if $(sha256sum --quiet -c "tea-${{ env.TEA_VERSION }}-linux-amd64.sha256"); then
mv "tea-${{ env.TEA_VERSION }}-linux-amd64" /usr/bin/tea