update workflow

This commit is contained in:
Zichao Lin 2023-11-25 19:58:30 +08:00
parent a98eea41b4
commit faa53ca2ed
Signed by: earthjasonlin
GPG Key ID: 406D9913DE2E42FB

@ -22,5 +22,7 @@ jobs:
spawn ssh -p ${{ secrets.PORT }} ${{ secrets.USERNAME }}@${{ secrets.HOST }} "cd ${{ secrets.PATH }} && git pull"
expect "password:"
send "${{ secrets.PASSWORD }}\r"
expect "?"
send "yes"
expect eof
EOF