From 1906a65557ba47d5b673b59cdb3db7f984d37b5e Mon Sep 17 00:00:00 2001 From: cher112 <53815026+cher112@users.noreply.github.com> Date: Thu, 31 Oct 2024 22:46:12 +0800 Subject: [PATCH] Update sync.yml --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index e04e30adb..22514545c 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -24,7 +24,7 @@ jobs: id: sync uses: aormsby/Fork-Sync-With-Upstream-action@v3.4 with: - upstream_sync_repo: ChatGPTNextWeb/ChatGPT-Next-Web + upstream_sync_repo: cher112/ChatGPT-Next-Web upstream_sync_branch: main target_sync_branch: main target_repo_token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, no need to set