计划增加自动推送到gitee
This commit is contained in:
parent
a385434c12
commit
65d824cf42
22
.github/workflows/auto-sync-gitee.yml
vendored
22
.github/workflows/auto-sync-gitee.yml
vendored
@ -0,0 +1,22 @@
|
|||||||
|
#on:
|
||||||
|
# push:
|
||||||
|
# branches: [master]
|
||||||
|
#name: Mirror GitHub Repos to Gitee
|
||||||
|
#jobs:
|
||||||
|
# run:
|
||||||
|
# name: Sync-GitHub-to-Gitee
|
||||||
|
# runs-on: ubuntu-latest
|
||||||
|
# steps:
|
||||||
|
# - name: Mirror the Github repos to Gitee.
|
||||||
|
# uses: Yikun/hub-mirror-action@master
|
||||||
|
# with:
|
||||||
|
# src: github/xaoyaoo
|
||||||
|
# dst: gitee/xaoyaoo
|
||||||
|
# dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
|
||||||
|
# dst_token: ${{ secrets.GITEE_TOKEN }}
|
||||||
|
# force_update: true
|
||||||
|
# src_account_type: org
|
||||||
|
# dst_account_type: user
|
||||||
|
# mappings: "dashboard=>dashboards"
|
||||||
|
# static_list: "trader"
|
||||||
|
# cache_path: /github/workspace/hub-mirror-cache
|
Loading…
Reference in New Issue
Block a user