Go Git Commit Action
Version updated for https://github.com/somaz94/go-git-commit-action to version v1.8.2.
- This action is used across all versions by 18 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates Git commit, push, tag, and pull request operations. It is written in Go for performance and reliability, supporting multiple file patterns and secure authentication through environment variables or secrets. The action can be used to automate the release process of software projects by creating tags and pushing commits, as well as automatically creating pull requests for code changes.
What’s Changed
Bug Fixes
- skip the push when there was nothing to commit by @somaz94
Full Changelog: https://github.com/somaz94/go-git-commit-action/compare/v1.8.1...v1.8.2