Git Auto Commit Action Versions Save

Automatically commit and push changed files back to GitHub with this GitHub Action for the 80% use case.

v5.0.1

1 month ago

Fixed

  • Fail if attempting to execute git commands in a directory that is not a git-repo. (#326) @ccomendant

Dependency Updates

Misc

v5.0.0

7 months ago

New major release that bumps the default runtime to Node 20. There are no other breaking changes.

Changed

Fixed

Dependency Updates

v4.16.0

1 year ago

Changed

  • Don't commit files when only LF/CRLF changes (#265) @ZeroRin
  • Update default email address of github-actions[bot] (#264) @Teko012

Fixed

v4.15.4

1 year ago

Fixed

Dependency Updates

v4.15.3

1 year ago

Changed

  • Use deprecated set-output syntax if GITHUB_OUTPUT environment is not available (#255) @stefanzweifel

v4.15.2

1 year ago

Changed

v4.15.1

1 year ago

Fixed

v4.15.0

1 year ago

Changed

Fixed

v4.14.1

2 years ago

Changed

  • Change Commit User Name from "GitHub Actions" to "github-actions[bot]" (#213) @jooola
  • Change Commit User Email from "[email protected]" to "github-actions[bot]@users.noreply.github.com" (#213) @jooola

Fixed

  • Update doc link to GITHUB_TOKEN not triggering new workflow runs (#206) @gapple

v4.14.0

2 years ago

Added

  • Add create_branch option to force create a new branch (#203) @stefanzweifel

Fixed

  • README.md: Updates hyperlink to GH docs (#200) @funkyfuture