Skip to content

Releases: Yikun/hub-mirror-action

Hub Mirror Action v0.08

13 Apr 12:52
ae17118
Compare
Choose a tag to compare

Hub Mirror Action v0.07

27 Mar 09:19
1c23744
Compare
Choose a tag to compare

Hub Mirror Action v0.06

20 Mar 03:43
d7f65e2
Compare
Choose a tag to compare
  • Add black list support #14
  • Add white list support #19

Note that: The back list has high priority, that mean if the repo in the back list will never mirror, even the repo is also in the white list.

Hub Mirror Action v0.05

18 Mar 02:45
c4dc341
Compare
Choose a tag to compare

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

10 Mar 01:43
e2d8722
Compare
Choose a tag to compare

Feature

  • Add clone style support #11

Hub Mirror Action v0.03.1

09 Mar 11:03
0cb88ac
Compare
Choose a tag to compare

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

09 Mar 07:11
cac9a9e
Compare
Choose a tag to compare

Feature

Hub Mirror Action v0.02

21 Jan 09:51
bc04346
Compare
Choose a tag to compare

Feature

  • Mirror direction support.#2
  • Repo auto create. #3
steps:
- name: Mirror the Github organization repos to Gitee.
  uses: Yikun/hub-mirror-action@master
  with:
    src: github/kunpengcompute
    dst: gitee/kunpengcompute
    dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
    dst_token:  ${{ secrets.GITEE_TOKEN }}

Gitee Mirror Action v0.01

17 Jan 07:04
aad82ea
Compare
Choose a tag to compare

This is a github action updates the mirror repos in Gitee.