Configure the bot account in Git.
This action configures the following bot account in the Git configuration file:
- user.name:
github-actions[bot]
- user.email:
41898282+github-actions[bot]@users.noreply.github.com
This configuration is useful for workflows that include code commits or pushes. However, if the config has already been set, it will be skipped.
steps:
- name: Git Config
uses: tmknom/git-config-action@v0
N/A
N/A
N/A
N/A
- git-push-action: Commit all modified files and push to the repository.
See GitHub Releases.
Apache 2 Licensed. See LICENSE for full details.