|
|
@ -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 |
|
|
|