Some way to manually change the author of the commit?
Cliffback opened this issue · 2 comments
I have used this action to set up a workflow that automatically pushes submits from my Perforce server to my Github repo, only problem is that all of the commits now will be labeled as commited by me, even though we are multiple people working on it.
Is there some way to override the github_actor value to input a custom user, somehow?
I was thinking of making some kind of script comparing the username from the submit from perforce, and assigning the correct github user for the commit.
Yeah, you can change both the author and the committer, check out the Inputs section of the README.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.