show Timeout (control socket) Error in sync file
uploading "app/Console/Kernel.php"
-------------- 🔥🔥🔥 an error occurred 🔥🔥🔥 --------------
---------------------- full error below ----------------------
Error: Timeout (control socket)
at Socket.
--------------------------- my config -----------------------------------
on: push
name: 🚀 Deploy website on push
jobs:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3
- name: 📂 Sync files
uses: SamKirkland/[email protected]
with:
timeout : 100000000
server: ${{ secrets.ftp_url }}
username: ${{ secrets.ftp_user }}
password: ${{ secrets.ftp_password }}
server-dir: /public_html/
I'm getting this one as well
Same issue
Same issue(using a sftp server)
Closing as duplicate of #106