Create remote_path directory if not exists
Opened this issue · 1 comments
jfaltis commented
If the directory specified through remote_path
does not exist then it should be created by the action. It should also create missing parent directories as mkdir -p
does.
washingtonintegritas commented
This will be done if you set sftp_only to false.