mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-17 23:51:03 +08:00
ci(sync): add Gitlink sync config
- add Gitlink as a new sync target in the sync-auto workflow - configure ssh and https URLs for Gitlink repository mirroring
This commit is contained in:
parent
34290c3713
commit
ed2f8b9e59
4
.github/workflows/sync-auto.yml
vendored
4
.github/workflows/sync-auto.yml
vendored
@ -35,6 +35,10 @@ jobs:
|
||||
ssh-host: gitlab.com
|
||||
ssh-url: git@gitlab.com:pooneyy1/1panel-appstore.git
|
||||
https-url: https://gitlab.com/pooneyy1/1panel-appstore
|
||||
- name: Gitlink
|
||||
ssh-host: code.gitlink.org.cn
|
||||
ssh-url: git@code.gitlink.org.cn:pooneyy/1Panel-Appstore.git
|
||||
https-url: https://gitlink.org.cn/pooneyy/1Panel-Appstore
|
||||
|
||||
steps:
|
||||
- name: 检出完整仓库
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user