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: 检出完整仓库