Closed huedaya closed 2 weeks ago
This just happened a few hours ago. I suspect this because of yesterday's update.
This is what my code looks like
- name: Action uses: appleboy/ssh-action@master with: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }} script: | echo 'test'
Same issue. Ever since 0.1.7, my deploys are failing with: 2023/01/10 12:58:19 dial tcp ***:5600: i/o timeout
same issue with me and I made no version bump
@elkofy Please help to try the v1.1.0 version.
This just happened a few hours ago. I suspect this because of yesterday's update.
This is what my code looks like