mirror of
https://github.com/bin456789/reinstall.git
synced 2025-12-10 15:37:43 +08:00
core: 国内服务器使用 gitlab
This commit is contained in:
18
.github/workflows/sync_to_gitlabcn.yml
vendored
Normal file
18
.github/workflows/sync_to_gitlabcn.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: 同步到 Gitlab CN
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
jobs:
|
||||
run:
|
||||
name: 同步到 Gitlab CN
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: yesolutions/mirror-action@master
|
||||
with:
|
||||
REMOTE: https://jihulab.com/bin456789/reinstall.git
|
||||
GIT_USERNAME: username
|
||||
GIT_PASSWORD: ${{ secrets.JIHULAB_TOKEN }}
|
||||
PUSH_ALL_REFS: false
|
||||
Reference in New Issue
Block a user