Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cgrindel/gha_configure_git_user
- Owner: cgrindel
- License: apache-2.0
- Created: 2022-01-07T18:45:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T18:03:46.000Z (2 months ago)
- Last Synced: 2024-11-09T20:46:17.948Z (about 2 months ago)
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.