mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-02-23 19:14:07 +08:00
Merge pull request #78 from zkitefly/fix_mirror
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Fix gitee.yml
This commit is contained in:
commit
11a9b76ac9
4
.github/workflows/gitee.yml
vendored
4
.github/workflows/gitee.yml
vendored
@ -5,13 +5,13 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
if: ${{ github.repository_owner == 'huanghongxun' }}
|
if: ${{ github.repository_owner == 'HMCL-dev' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Mirror Github to Gitee
|
- name: Mirror Github to Gitee
|
||||||
uses: Yikun/hub-mirror-action@v1.3
|
uses: Yikun/hub-mirror-action@v1.3
|
||||||
with:
|
with:
|
||||||
src: github/huanghongxun
|
src: github/HMCL-dev
|
||||||
dst: gitee/huanghongxun
|
dst: gitee/huanghongxun
|
||||||
static_list: 'HMCL-docs'
|
static_list: 'HMCL-docs'
|
||||||
force_update: true
|
force_update: true
|
||||||
|
Loading…
Reference in New Issue
Block a user