We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 :)
The text was updated successfully, but these errors were encountered: