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

Default user_email and user_name to Github Actor #54

Open scruplelesswizard opened 2 years ago

scruplelesswizard commented 2 years ago

Uses the GitHub Context to default the user_email and user_name inputs

dmnemec commented 2 years ago

please rebase changes from master, it's not picking up the fix from from #55

dmnemec commented 2 years ago

Added the change but it's still failing authentication with the test repo. Checking it out.