-
-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in preparation before connecting to ssh #306
Comments
I will take it. |
thank you |
I reopened the issue since the #303 issue you reported is the same as what you reported, let's discuss it here together. |
Hello @appleboy |
The following is my config name: testing master
on: [push]
jobs:
testing01:
name: testing new bash flow
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v1
- name: try bash script
uses: appleboy/ssh-action@master
with:
host: 2402:1f00:8000:800::2628
username: ubuntu
password: ${{ secrets.OVH_PASSWORD }}
protocol: tcp6
port: 22
command_timeout: 30s
script: |
whoami output: https://github.com/appleboy/ssh-action/actions/runs/8343438946/job/22833645938 You can't see the download progress? |
@appleboy Facing same issue |
@siegewallace06 Please use the stable version |
Thanks, it works |
How can i fix?
The text was updated successfully, but these errors were encountered: