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
|
|
@ -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…
Reference in New Issue