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

delete existing files with rm -rf if argument `delete_existing` #72

Open jameslounds opened 1 year ago

jameslounds commented 1 year ago

Take in another argument delete_existing - not sure if this is the best name for it though. If the argument is true, we delete the directory with rm -rf before creating with mkdir -p.

Also added a brief description of it to the readme