mirror of
https://github.com/bin456789/reinstall.git
synced 2025-12-10 07:28:56 +08:00
core: 国内使用 cnb 仓库
This commit is contained in:
18
.github/workflows/sync_to_cnb.yml
vendored
Normal file
18
.github/workflows/sync_to_cnb.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: 同步到 CNB
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
jobs:
|
||||
run:
|
||||
name: 同步到 CNB
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: yesolutions/mirror-action@master
|
||||
with:
|
||||
REMOTE: https://cnb.cool/bin456789/reinstall.git
|
||||
GIT_USERNAME: cnb
|
||||
GIT_PASSWORD: ${{ secrets.CNB_TOKEN }}
|
||||
PUSH_ALL_REFS: false
|
||||
Reference in New Issue
Block a user