Merge pull request #78 from zkitefly/fix_mirror
All checks were successful
continuous-integration/drone/push Build is passing

Fix gitee.yml
This commit is contained in:
zkitefly 2024-02-08 23:48:11 +08:00 committed by GitHub
commit 11a9b76ac9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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