dmnemec / copy_file_to_another_repo_action

This GitHub Action copies a file from the current repository to a location in another repository
Apache License 2.0
183 stars 206 forks source link

Quote $INPUT_SOURCE_FILE in the cp command #11

Closed exponentactivity closed 3 years ago

exponentactivity commented 3 years ago

To enable inputting paths with spaces.

I tried to use your action with a file name containing a space, with the result of the variable "being split" into two arguments. This can be fixed by putting it in double quotes, like the destination argument already is.