...
Auto-PR Check/Creation and TF/OpenTofu Plan / Check and Create PR (push) Successful in 45s
Auto-PR Check/Creation and TF/OpenTofu Plan / Terraform/OpenTofu Plan (push) Failing after 18s

This commit is contained in:
2025-10-19 11:25:16 -04:00
parent 8f1e149728
commit bad073330e
+2 -2
View File
@@ -73,8 +73,8 @@ jobs:
shell: bash
run: |
cd /tmp
wget -q "${TEA_DL_URL}"
wget -q "${TEA_DL_URL}.sha256"
wget "${TEA_DL_URL}"
wget "${TEA_DL_URL}.sha256"
if $(sha256sum --quiet -c "tea-${{ inputs.tea-version }}-linux-amd64.sha256"); then
mv "tea-${{ inputs.tea-version }}-linux-amd64" /usr/bin/tea
chmod +x /usr/bin/tea