scp-action icon indicating copy to clipboard operation
scp-action copied to clipboard

GitHub Action that copy files and artifacts via SSH.

Results 115 scp-action issues
Sort by recently updated
recently updated
newest added

``` tar all files into /tmp/stKgLEyLIV.tar.gz scp file to server. drone-scp error: error copy file to dest: dev.magicserval.tech, error message: dial tcp [240e:3a2:58ab:74c1::572]:22: connect: cannot assign requested address 20[23](https://github.com/fjiabinc/dingtalk-auth/actions/runs/6084127500/job/16505411473#step:4:24)/09/05 11:46:37...

Hello, When we use this action, sometime it crash with the error : ``` Unable to find image 'c3f261:16ee0604e20f4c52b65f97c1d5cafed4' locally docker: Error response from daemon: pull access denied for c3f261,...

When I logged in to GitHub on the server, I set up a passphrase, which made the workflow throw permission denied. Please take this scenario for installation steps too. It's...

`stdin: is not a tty` is not a serious problem, but why scp-action rollbacks and fails the whole build because of it? Can I make scp-action ignore this? github actions...

In the following example, the ./html folder is created at target, and doesnt matter how I structure it, including placing a / on the end of target. still creates the...

How can I set multiple source to target on server? -- I have two dir want to SCP , but in different dir deep foo/bar/* -> /server-dir image/* -> /server-dir

hello, I am creating an issue for help. Having already performed in 2019. I can't remember how this works. I have an error, I would like to know if ssk-key...

```2023/04/16 06:01:*** Error: can't connect without a private SSH key or password``` ![Screenshot_20230416_120430](https://user-images.githubusercontent.com/17971022/232274785-f5600bfe-a7bb-4448-bb8f-8f1ceed83281.png)

my action: ``` - run: pwd - run: mkdir dist - run: cp index.html dist - run: ls -al ./dist - name: Get dist directory shell: bash id: get-dist-dir run:...

My workflow is setup for branch X but scp-action keeps using the master version of that file. Is this expected behaviour?