diff --git a/.github/workflows/sync-schedule.yml b/.github/workflows/sync-schedule.yml index c5233a4ed..a499d5abc 100644 --- a/.github/workflows/sync-schedule.yml +++ b/.github/workflows/sync-schedule.yml @@ -79,15 +79,14 @@ jobs: http-sync: name: 同步到 ${{ matrix.remote.name }} - if: false # 禁用 runs-on: ubuntu-latest strategy: fail-fast: false matrix: remote: - - name: - https-url: - pat-secret: + - name: Touchacme + https-url: https://git.touchacme.cn/pooneyy/1Panel-Appstore.git + pat-secret: SYNC_PAT_TOUCHACME steps: - name: 检出完整仓库