https://github.com/gotmax23/set-bot-git-user-action
Github Action to set git commiter to a Github bot user
https://github.com/gotmax23/set-bot-git-user-action
Last synced: about 1 year ago
JSON representation
Github Action to set git commiter to a Github bot user
- Host: GitHub
- URL: https://github.com/gotmax23/set-bot-git-user-action
- Owner: gotmax23
- License: mit
- Created: 2023-12-03T05:51:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T18:11:03.000Z (about 1 year ago)
- Last Synced: 2025-03-31T19:25:42.813Z (about 1 year ago)
- Size: 17.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# set-bot-git-user-action
Set the Git config `user.name` and `user.email` based on a Github bot user so that the
commit authorship shows up properly on the web interface.
Defaults to setting the bot user to `github-actions`.
``` yaml
- name: Set Git user globally to github-actions
uses: gotmax23/set-bot-git-user-action@main
with:
global: true
bot: github-actions
name: "Github Actions"
```