DevOps‎ > ‎

Git-auto-commit Action

posted Sep 20, 2020, 2:54 PM by Chris G   [ updated Sep 20, 2020, 2:54 PM ]

GitHub Action

Git-auto-commit Action

This GitHub Action automatically commits files which have been changed during a Workflow run and pushes the commit back to GitHub.
The default committer is "GitHub Actions actions@github.com", and the default author of the commit is "Your GitHub Username github_username@users.noreply.github.com".

This Action has been inspired and adapted from the auto-commit-Action of the Canadian Digital Service and this commit-Action by Eric Johnson.



https://github.com/marketplace/actions/git-auto-commit

Comments