Skip to content

snow-actions/git-config-user

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Test

Git config user

Git config user.name and user.email.

Usage

Default

      - uses: snow-actions/git-config-user@v1.0.0

Default user is github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>.

This user shows github-actions icon.

image

Specify

      - uses: snow-actions/git-config-user@v1.0.0
        with:
          name: SnowCait
          email: SnowCait@example.com

See action.yml