Configures the automation bot, then commits the changes.
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -a -m "Commit Message"
Be careful with special characters, new lines, and long messages.