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
182 stars 201 forks source link

Source folder in root to destination folder in root issue #75

Closed Dobbelina2 closed 1 year ago

Dobbelina2 commented 1 year ago

If both source & destination folders are in the root, the destination folder creates a sub folder with the root folders name. source_file: "Fiddler2" destination_folder: "Fiddler2" As "destination_folder" is supposed to be required: false, removing that entry produces an error: fatal: not a git repository (or any of the parent directories): .git Leaving it intact you get this faulty path in the destination folder with an empty sub folder: image