Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cgrindel/gha_configure_git_user

GitHub Action to configure the git user for commits.
https://github.com/cgrindel/gha_configure_git_user

Last synced: 2 days ago
JSON representation

GitHub Action to configure the git user for commits.

Awesome Lists containing this project

README

        

# Configure Git User Config GitHub Action

GitHub Action to configure the git user for commits. If you have workflows that modify a git
repository, you need to configure the git user config for the repository. This action will perform
the configuration if it has not already been done.

To see an example of the usage for this action, check out the [Move Major Version Tag GitHub
Action](https://github.com/cgrindel/gha_move_major_version_tag#quickstart) quickstart.