sinedied / publish-devto

:postbox: GitHub Action to publish markdown files on dev.to platform, with assets hosted on GitHub.
MIT License
38 stars 8 forks source link

Consider making commit email configurable #4

Closed jikuja closed 2 years ago

jikuja commented 4 years ago

Git commits created by action are using hardcoded name, email and commit messages: https://github.com/sinedied/publish-devto/blob/master/lib/git.js#L4-L6 I think that at least email should be configurable by action user.

sinedied commented 3 years ago

That should not be too complicated, I'll take a look 👍

sinedied commented 2 years ago

You can now configure commiter name and email in the latest version by adding:

        env:
          GIT_COMMITTER_NAME: myname
          GIT_COMMITTER_EMAIL: my@email.com