diff --git a/.github/workflows/rsync.yml b/.github/workflows/rsync.yml index aa23d05e..523456d0 100644 --- a/.github/workflows/rsync.yml +++ b/.github/workflows/rsync.yml @@ -24,7 +24,7 @@ jobs: id: sync uses: aormsby/Fork-Sync-With-Upstream-action@v3.4 with: - upstream_sync_repo: ParisNeo/Gpt4All-webui + upstream_sync_repo: ParisNeo/Gpt4All-ui upstream_sync_branch: main target_sync_branch: main target_repo_token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, no need to set