Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)