Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow editing the Git user name and email #61

Merged
merged 2 commits into from
Feb 14, 2024
Merged

Allow editing the Git user name and email #61

merged 2 commits into from
Feb 14, 2024

Conversation

5ouma
Copy link
Contributor

@5ouma 5ouma commented Feb 14, 2024

If you specify user_name and user_email, commits will operated by that user.

- uses: uses: dawidd6/action-homebrew-bump-formula@v3
  with:
    user_name: user_name
    user_email: email@example.com

closes: #58

It allows to commit not a user but action bot.
`user_name` and `user_email` are new feature to change a user.
@dawidd6 dawidd6 merged commit baf2b60 into dawidd6:master Feb 14, 2024
@dawidd6
Copy link
Owner

dawidd6 commented Feb 14, 2024

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow editing the Git user name and email
2 participants