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

Added git safe config to the temp dir #63

Open vladshub opened 2 years ago

vladshub commented 2 years ago

Added git config --global --add safe.directory $CLONE_DIR

luangazin commented 3 months ago

Is there any workaround to solve this?