/git-config-action

GitHub Action to set the bot account in Git

Primary LanguageMakefileApache License 2.0Apache-2.0

git-config-action

Configure the bot account in Git.

Description

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.

Usage

  steps:
    - name: Git Config
      uses: tmknom/git-config-action@v0

Inputs

N/A

Outputs

N/A

Permissions

N/A

FAQ

N/A

Related projects

Release notes

See GitHub Releases.

License

Apache 2 Licensed. See LICENSE for full details.