Thanks for this action. This is super useful. Recently, I was creating a workflow and it was pretty simple. I noticed one improvement we can make to scp-action is that allow auto creating target dir if doesn't exist using mkdir -p.
As an alternative, I've to use another action ssh-action to just create a dir via SSH and had to use scp-action after that.
Hello 👋🏻
Thanks for this action. This is super useful. Recently, I was creating a workflow and it was pretty simple. I noticed one improvement we can make to
scp-action
is that allow auto creating target dir if doesn't exist usingmkdir -p
.As an alternative, I've to use another action
ssh-action
to just create a dir via SSH and had to usescp-action
after that.