From 76c2e2195c833a7dbb894144bf4b0369e92acbd2 Mon Sep 17 00:00:00 2001 From: zyyy132 <43675036+zyyy132@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:15:09 +0800 Subject: [PATCH] Update sync.yml update sync.arxml for cloudflare --- .github/workflows/sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index e917047..ac09e07 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -25,8 +25,8 @@ jobs: uses: aormsby/Fork-Sync-With-Upstream-action@v3.4 with: upstream_sync_repo: hamster1963/nezha-dash - upstream_sync_branch: main - target_sync_branch: main + upstream_sync_branch: cloudflare + target_sync_branch: cloudflare target_repo_token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, no need to set # Set test_mode true to run tests instead of the true action!!