Multi Git Mirror
Version updated for https://github.com/somaz94/multi-git-mirror to version v1.1.0.
- This action is used across all versions by 35 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Multi Git Mirror GitHub Action automates the process of mirroring a repository to multiple Git hosting providers, such as GitLab, GitHub, Bitbucket, and AWS CodeCommit, in a single workflow step. It supports selective branch and tag mirroring, concurrent mirroring to multiple targets, and offers features like retry logic, dry-run mode, and various authentication methods (e.g., token, SSH key). This action simplifies repository synchronization across multiple platforms, ensuring consistency and redundancy in version control workflows.
Release notes
Documentation
- update changelog by @actions-user
- README.md by @somaz94
Features
- change action name by @somaz94
Refactoring
- rename git-mirror-action to multi-git-mirror across entire project by @somaz94
Full Changelog: https://github.com/somaz94/multi-git-mirror/compare/v1.0.1...v1.1.0