Update push.yml
This commit is contained in:
parent
b2acde1ea8
commit
2d030a05c2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue