mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-08-04 03:46:57 -04:00
Use GitHub action sync to gitee
This commit is contained in:
parent
73de21f936
commit
35943feb08
20
.github/workflows/gitee.yml
vendored
Normal file
20
.github/workflows/gitee.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
name: Sync to Gitee
|
||||||
|
|
||||||
|
on:
|
||||||
|
push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
run:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Mirror Github to Gitee
|
||||||
|
uses: Yikun/hub-mirror-action@v1.1
|
||||||
|
with:
|
||||||
|
src: github/huanghongxun
|
||||||
|
dst: gitee/huanghongxun
|
||||||
|
static_list: 'HMCL'
|
||||||
|
force_update: true
|
||||||
|
debug: true
|
||||||
|
dst_key: ${{ secrets.GITEE_SYNC_BOT_PRIVATE_KEY }}
|
||||||
|
dst_token: ${{ secrets.GITEE_SYNC_BOT_TOKEN }}
|
||||||
|
cache_path: /github/workspace/hub-mirror-cache
|
Loading…
x
Reference in New Issue
Block a user