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 0dc0a49 commit a0b4397
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/Sync-Gitee.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: Sync To Gitee

on: [ push, delete, create ]

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 @@ -18,4 +13,4 @@ jobs:
dst_token: ${{ secrets.GITEE_TOKEN }}
force_update: true
account_type: org
static_list: ${{ steps.repo.outputs.repoList }}
white_list: "TinyVision"

0 comments on commit a0b4397

Please sign in to comment.