From 166466efcbedbca12705c8c05a791f26097866be Mon Sep 17 00:00:00 2001 From: it985 <62421120+it985@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:52:49 +0800 Subject: [PATCH] Update sync.yaml --- .github/workflows/sync.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync.yaml b/.github/workflows/sync.yaml index 2fb36005..4b636a50 100644 --- a/.github/workflows/sync.yaml +++ b/.github/workflows/sync.yaml @@ -24,9 +24,9 @@ jobs: id: sync uses: aormsby/Fork-Sync-With-Upstream-action@v3.4 with: - upstream_sync_repo: tangly1024/NotionNext - upstream_sync_branch: main - target_sync_branch: main + upstream_sync_repo: Cute-Dress/Dress + upstream_sync_branch: master + target_sync_branch: master target_repo_token: ${{ secrets.TOKEN }} # automatically generated, no need to set # Set test_mode true to run tests instead of the true action!!