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 e9dbd42129 - Show all commits
+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