Initial version of Auto PR Tofu Plan. #6

Merged
Trez.One merged 56 commits from initial-workflows_2025-10-17T20-10-31 into main 2025-10-24 10:28:56 -04:00
Showing only changes of commit a091d0b7e2 - Show all commits
+4 -2
View File
@@ -78,8 +78,10 @@ jobs:
wget -q "${TEA_DL_URL}"
wget -q "${TEA_DL_URL}.sha256"
# Extract hash and manually verify file
sha_value=$(cat "tea-${TEA_VERSION}-linux-amd64.sha256")
# Read only the hash (strip whitespace)
sha_value=$(cat "tea-${TEA_VERSION}-linux-amd64.sha256" | tr -d '[:space:]')
# Verify using sha256sum
echo "${sha_value} tea-${TEA_VERSION}-linux-amd64" | sha256sum -c -
mv "tea-${TEA_VERSION}-linux-amd64" /usr/bin/tea