Skip to content
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

ssh: command failed #145

Open
CheeseTastisch opened this issue Oct 5, 2023 · 2 comments
Open

ssh: command failed #145

CheeseTastisch opened this issue Oct 5, 2023 · 2 comments

Comments

@CheeseTastisch
Copy link

Every time I try to copy my files I get the following error:
2023/10/05 11:15:16 error copy file to dest: ***, error message: ssh: command scp -tr SagKakNsXw.tar.gz failed

This is my action:

- name: Copy Files
  uses: appleboy/[email protected]
  with:
    host: ${{ secrets.HOST }}
    username: ${{ secrets.USERNAME }}
    password: ${{ secrets.PASSWORD }}
    port: ${{ secrets.PORT }}
    source: "build/libs/core.jar,build/libs/library.jar"
    target: "/plugins"
@RationalEar
Copy link

Getting exact same error. Did you find a solution @CheeseTastisch

@CheeseTastisch
Copy link
Author

No, didn't solve it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants