Skip to content

Config GitHub Actions Bot

This is used within workflows & actions to attribute a git command to the github-actions[bot]. This makes it easier to determine which commits were done automatically from within GitHub Actions.


Code

git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"