Skip to content

Commit

Permalink
Update Sync-Gitee.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru authored Jan 29, 2024
1 parent 1696d10 commit dec016b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/Sync-Gitee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Get repository list exclude private and fork
id: repo
uses: yi-Xu-0100/[email protected]
- name: Mirror the Github organization repos to Gitee.
uses: Yikun/hub-mirror-action@master
with:
Expand All @@ -15,5 +18,5 @@ jobs:
dst_token: ${{ secrets.GITEE_TOKEN }}
force_update: true
account_type: org
# src_account_type: org
# dst_account_type: org
lfs: true
static_list: ${{ steps.repo.outputs.repoList }}

0 comments on commit dec016b

Please sign in to comment.