appleboy / ssh-action

GitHub Actions for executing remote ssh commands.
https://github.com/marketplace/actions/ssh-remote-commands
MIT License
4.82k stars 576 forks source link

v0.1.7 Connecting to 127.0.0.1 instead of specified input variable? #212

Closed huedaya closed 2 weeks ago

huedaya commented 1 year ago

This just happened a few hours ago. I suspect this because of yesterday's update.

image

This is what my code looks like

      - name: Action
        uses: appleboy/ssh-action@master
        with:
          host: ${{ secrets.HOST }}
          username: ${{ secrets.USERNAME }}
          script: |
            echo 'test'
tklivan commented 1 year ago

Same issue. Ever since 0.1.7, my deploys are failing with: 2023/01/10 12:58:19 dial tcp ***:5600: i/o timeout

elkofy commented 2 weeks ago

same issue with me and I made no version bump

appleboy commented 2 weeks ago

@elkofy Please help to try the v1.1.0 version.