-
-
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
git distinguishes between author and committer (see https://stackoverflow.com/q/6755824/873282)
There is a GitHub actions user (Author <actions@github.com>) which leads to nice commits:
Would it be possible to support that in this action, too? Maybe as follows:
# The name of the user that will be displayed as the committer of the commit
# Default: author_name
comitter_name: Author
# The email of the user that will be displayed as the author of the commit
# Default: author_email
comitter_email: actions@github.comReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: featureNew feature or feature requestNew feature or feature request
