From 2bb20943be49d9f9f6a97bb666085396cff36aef Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Tue, 30 May 2023 13:37:39 +0200 Subject: [PATCH] Update rsync.yml --- .github/workflows/rsync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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