Install tea pr index step.
Auto-PR Check/Creation and TF/OpenTofu Plan / Check and Create PR (push) Successful in 13s
Auto-PR Check/Creation and TF/OpenTofu Plan / Terraform/OpenTofu Plan (push) Failing after 10s

This commit is contained in:
2025-10-19 14:19:19 -04:00
parent f90763ddf6
commit d4ef668a85
+2 -2
View File
@@ -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