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

Allow to transfer hidden folder #185

Open
WeiTanZzz opened this issue Aug 5, 2024 · 0 comments
Open

Allow to transfer hidden folder #185

WeiTanZzz opened this issue Aug 5, 2024 · 0 comments

Comments

@WeiTanZzz
Copy link

WeiTanZzz commented Aug 5, 2024

I try to transfer a hidden folder like ".github/folder/", after the transfer gets finished every is fine just the aim host doesn't contain the file.

FYI, the example pipeline is below. Thanks :)

steps:
  - name: Checkout repository
    uses: actions/checkout@v4
  - name: Copy file
    uses: appleboy/[email protected]
    env:
      PUBLIC_IP: input your host
    with:
      host: ${{ env.PUBLIC_IP }}
      username: username
      password: ${{ secrets.PIPELINE_VM_PASSWORD }}
      port: 22
      source: ".github/folder"
      target: "~/aim_folder"
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

1 participant