You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using this action to copy repository code to a remote server, and I noticed that whether I set dotfiles: false or leave it out (because default is false), the scp is copying folders and files that start with .. My workaround is to remove the files in question before using the scp action.
Here is the step I'm using to perform the transfer:
Hi!
I've been using this action to copy repository code to a remote server, and I noticed that whether I set
dotfiles: false
or leave it out (because default isfalse
), the scp is copying folders and files that start with.
. My workaround is to remove the files in question before using the scp action.Here is the step I'm using to perform the transfer:
Without putting the whole execution log, the very first thing it does is transfer a dotfile:
The text was updated successfully, but these errors were encountered: