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

Fix GIT_SERVER var name, no longer required #47

Closed dmnemec closed 2 years ago

dmnemec commented 2 years ago

Should fix #44

had the variable named INPUT_GITHUB_SERVER instead of INPUT_GIT_SERVER. Fixed that and added another check for a blank var setting it to github.com if found.