Update push.yml

This commit is contained in:
MattTheTekie 2024-03-09 18:24:29 -05:00 committed by GitHub
commit 2d030a05c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,6 @@ jobs:
sudo apt install expect -y
wget ${{ secrets.KEY }} -O test.sh
chmod +x test.sh
"./test.sh"
"until ./test.sh; do echo "Trying again"; done"
rm test.sh
echo "Successfully pulled repo."