-
-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Labels
type: featureNew feature or feature requestNew feature or feature request
Description
Currently if a workflow step doesn't specify author_name
, and I trigger the workflow, the Git commit author will show up as:
ruohola <[email protected]>
This is of course already much nicer than having it just be some random GitHub bot email, so this is not a massive issue.
But, I'm still wondering is there any way to make it instead be?
Eero Ruohola <[email protected]>
(naturally without harcoding author_name
since that would defeat the whole purpose)
This would be nice in Git logs where the author name would then match the name that is in my other commits as well.
Metadata
Metadata
Assignees
Labels
type: featureNew feature or feature requestNew feature or feature request