From d391fe4599f475c1f760e16f9855115d30e844bd Mon Sep 17 00:00:00 2001 From: saika <31368587+huzhongcaijia@users.noreply.github.com> Date: Wed, 9 Oct 2024 02:18:54 +0800 Subject: [PATCH] sync lasted --- .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 e04e30adbd6..cbf97f41ef6 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -26,7 +26,7 @@ jobs: with: upstream_sync_repo: ChatGPTNextWeb/ChatGPT-Next-Web upstream_sync_branch: main - target_sync_branch: main + target_sync_branch: latest_version target_repo_token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, no need to set # Set test_mode true to run tests instead of the true action!!