Releases: Yikun/hub-mirror-action
Releases · Yikun/hub-mirror-action
Hub Mirror Action v0.09
Add 'debug' support and improve the error exit. #36
Hub Mirror Action v0.08
- Add force update support #27
Hub Mirror Action v0.07
- Add static list support #24
Hub Mirror Action v0.06
Hub Mirror Action v0.05
Feature
- Add cache path support #13
Below is an example to use cache_path and coordinate with action/cache to speed up the mirror.
- name: Cache src repos
uses: actions/cache@v1
with:
path: /home/runner/work/hub-mirror-action/hub-mirror-action/hub-mirror-cache
key: ${{ runner.os }}-openeuler-repos-cache
- name: Mirror Github to Gitee
uses: ./.
with:
src: github/Yikun
dst: gitee/yikunkero
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
cache_path: /github/workspace/hub-mirror-cache
You can see the complete demo on verify-on-ubuntu-user-cache.yml
Hub Mirror Action v0.04
Feature
- Add clone style support #11
Hub Mirror Action v0.03.1
Force to use ssh
clone style
Warning: this is a special release for openeuler, we will support the clone style configuration in next version.
Hub Mirror Action v0.03
Feature
- Add the account type support. #8
You can also see the org sync demo and user sync demo
Hub Mirror Action v0.02
Gitee Mirror Action v0.01
This is a github action updates the mirror repos in Gitee.