Skip to content

Commit

Permalink
⬆️ update repo-list-generator to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-Xu-0100 committed Feb 1, 2021
1 parent 59d7fdb commit cadee32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sync2gitee.list.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,17 @@ jobs:

- name: Generate repo list
id: repo
uses: yi-Xu-0100/repo-list-generator@v0.4.1
uses: yi-Xu-0100/repo-list-generator@v1.0.0
with:
user: OI-wiki

- name: Mirror hub with cache and list
uses: yi-Xu-0100/hub-mirror-action@patch-2
uses: Yikun/hub-mirror-action@v0.13
with:
src: github/OI-wiki
dst: gitee/yi-xu-test-organization
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
black_list: 'gitment'
static_list: '${{ steps.repo.outputs.repoList }}'
cache_path: /github/workspace/hub-mirror-cache
account_type: org
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync2gitee.list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Generate repo list
id: repo
uses: yi-Xu-0100/repo-list-generator@v0.4.1
uses: yi-Xu-0100/repo-list-generator@v1.0.0

- name: Mirror hub with cache and list
uses: Yikun/[email protected]
Expand All @@ -45,7 +45,7 @@ jobs:
dst: gitee/yiXu0100
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
black_list: 'empty-repo,MyWiki,hub-mirror'
black_list: '${{ steps.repo.outputs.repo }}'
static_list: '${{ steps.repo.outputs.repoList }}'
cache_path: /github/workspace/hub-mirror-cache
account_type: user
Expand Down

0 comments on commit cadee32

Please sign in to comment.