Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T02:42:00.000Z (10 months ago)
- Last Synced: 2024-04-25T13:01:52.487Z (8 months 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
[![Test](https://github.com/snow-actions/git-config-user/actions/workflows/test.yml/badge.svg?branch=main)](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 ![github-actions](https://avatars.githubusercontent.com/in/15368?s=15&v=4) icon.
![image](https://user-images.githubusercontent.com/1297512/156898841-79f7a427-8e4c-4f36-9e78-c800d01887eb.png)
### Specify
```yml
- uses: snow-actions/[email protected]
with:
name: SnowCait
email: [email protected]
```See [action.yml](action.yml)