Go Git Commit Action
Version updated for https://github.com/somaz94/go-git-commit-action to version v1.7.1.
- This action is used across all versions by 11 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Go Git Commit Action is a GitHub Action designed to automate common Git operations such as committing changes, pushing updates, managing tags, and creating pull requests. Built with Go for improved performance and reliability, it streamlines workflows by handling tasks like file pattern matching, authentication, and branch operations. This action simplifies version control processes, making it ideal for automating code management in CI/CD pipelines.
Release notes
Bug Fixes
- resolve retry chdir path duplication and skip commit/push in PR dry run mode by @somaz94
Full Changelog: https://github.com/somaz94/go-git-commit-action/compare/v1.7.0...v1.7.1