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

This commit is contained in:
2025-10-21 17:44:20 -04:00
parent e27dd37d67
commit e9dbd42129
+2
View File
@@ -78,7 +78,9 @@ jobs:
wget -q "${TEA_DL_URL}"
echo "SHA256..."
wget -q "${TEA_DL_URL}.sha256"
echo "Checksum..."
if $(sha256sum --quiet -c "tea-${{ env.TEA_VERSION }}-linux-amd64.sha256"); then
echo "Installing tea binary..."
mv "tea-${{ env.TEA_VERSION }}-linux-amd64" /usr/bin/tea
chmod +x /usr/bin/tea
else