Closed GrantBirki closed 1 month ago
@GrantBirki This is not supported by the createCommitOnBranch
graphql mutation - https://docs.github.com/en/graphql/reference/mutations#authorship
Similar to the web commit interface, this mutation does not support specifying the author or committer of the commit and will not add support for this in the future.
Hi folks! Great Action and I plan on giving it a go for a new project.
I'm curious if you have a way (via inputs or other methods), to set
committer
andauthor
when pushing commits via this Action. Thanks! 🙇