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.
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"