fix workflows (#2733)

This commit is contained in:
zkitefly
2024-02-03 20:37:29 +08:00
committed by GitHub
parent 3952b6e3a8
commit 22e1e6344f
2 changed files with 3 additions and 3 deletions

View File

@@ -5,13 +5,13 @@ on:
jobs:
run:
if: ${{ github.repository_owner == 'huanghongxun' }}
if: ${{ github.repository_owner == 'HMCL-dev' }}
runs-on: ubuntu-latest
steps:
- name: Mirror GitHub to Gitee
uses: Yikun/hub-mirror-action@v1.3
with:
src: github/huanghongxun
src: github/HMCL-dev
dst: gitee/huanghongxun
static_list: 'HMCL'
force_update: true