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
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.
If the directory specified through
remote_pathdoes not exist then it should be created by the action. It should also create missing parent directories asmkdir -pdoes.