From a2965474672bb42f434a1a1f4bacf1b0dbd99b87 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Sun, 1 Mar 2026 22:21:43 +0800 Subject: [PATCH] ci(sync): add Bitnet and Smartscf sync targets to workflow - add Bitnet repository sync target - add smartscf repository sync target with non-standard SSH port (8122) --- .github/workflows/sync.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index c06b5fafd..0d3cf95b5 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -31,6 +31,15 @@ jobs: ssh-host: gitea.com ssh-url: git@gitea.com:pooneyy/1Panel-Appstore.git https-url: https://gitea.com/pooneyy/1Panel-Appstore + - name: Bitnet + ssh-host: git-clone.bitnet.fun + ssh-url: git@git-clone.bitnet.fun:pooneyy/1Panel-Appstore.git + https-url: https://git.bitnet.fun/pooneyy/1Panel-Appstore + - name: Smartscf + ssh-host: repo.smartscf.cn + ssh-port: 8122 + ssh-url: ssh://git@repo.smartscf.cn:8122/pooneyy/1Panel-Appstore.git + https-url: https://repo.smartscf.cn/pooneyy/1Panel-Appstore steps: - name: 检出完整仓库