https://github.com/snow-actions/git-config-user
Set git user name and email address
https://github.com/snow-actions/git-config-user
actions git github-actions
Last synced: 3 months ago
JSON representation
Set git user name and email address
- Host: GitHub
- URL: https://github.com/snow-actions/git-config-user
- Owner: snow-actions
- License: mit
- Created: 2022-03-05T19:59:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T02:42:00.000Z (over 1 year ago)
- Last Synced: 2024-04-25T13:01:52.487Z (about 1 year ago)
- Topics: actions, git, github-actions
- Homepage:
- Size: 27.3 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/snow-actions/git-config-user/actions/workflows/test.yml)
# Git config user
Git config `user.name` and `user.email`.
## Usage
### Default
```yml
- uses: snow-actions/[email protected]
```Default user is `github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>`.
This user shows  icon.

### Specify
```yml
- uses: snow-actions/[email protected]
with:
name: SnowCait
email: [email protected]
```See [action.yml](action.yml)