Skip to content

Support for commiter name #263

@koppor

Description

@koppor

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:

grafik

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.com

Metadata

Metadata

Assignees

Labels

type: featureNew feature or feature request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions