From 86c79eec14d9ef54d69379d45074e8a375ff5a79 Mon Sep 17 00:00:00 2001 From: babaohuang Date: Thu, 21 Dec 2023 20:09:38 +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 3e987dc7..8a3fca4d 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: anse-app/chatgpt-demo + upstream_sync_repo: babaohuang/geminiprochat upstream_sync_branch: main target_sync_branch: main target_repo_token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, no need to set