From 8c4c460861fecd8a7182b86a11fecc4b96c53471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=9C=E5=9D=A1=E8=82=98=E5=AD=90?= <55673881+fatbobman@users.noreply.github.com> Date: Sat, 19 Mar 2022 20:14:25 +0800 Subject: [PATCH] Update syncToGitee.yml --- .github/workflows/syncToGitee.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/syncToGitee.yml b/.github/workflows/syncToGitee.yml index 3b4f4ab..22892ad 100644 --- a/.github/workflows/syncToGitee.yml +++ b/.github/workflows/syncToGitee.yml @@ -8,11 +8,11 @@ name: sync2gitee on: push: schedule: - # 每天北京时间9点跑 - - cron: '0 1 * * *' + # UTC 17:00 -> CST (China) 1:00 see https://datetime360.com/cn/utc-cst-china-time/ + - cron: '1 17 * * *' jobs: - build: + run: name: Sync GitHub to Gitee runs-on: ubuntu-latest steps: @@ -28,10 +28,10 @@ jobs: - name: Mirror the GitHub repos to Gitee uses: Yikun/hub-mirror-action@v0.13 with: - src: github/SwiftUIOverlayContainer - dst: gitee/SwiftUIOverlayContainer + src: github/fatbobman + dst: gitee/fatbobman dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} dst_token: ${{ secrets.GITEE_TOKEN }} - timeout: 600 + static_list: '${{ steps.info.outputs.result }}' account_type: user force_update: true