put-file does not fail if it targets an invalid path
Current situation
Using the put-file
action with an invalid target path does not raise an error.
Desired outcome
The put-file
action should fail if it targets an invalid path. It should be usable with the continue-on-error
option.
Edited by Laurent Mazuré