Skip to content

Commit Step

Configures the automation bot, then commits the changes.


Code

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"

Options

Commit Message

Be careful with special characters, new lines, and long messages.