diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index fc928aa..5347a88 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.1 with: - upstream_sync_repo: NeteaseCloudMusicApiReborn/api + upstream_sync_repo: NeteaseCloudMusicApiEnhanced/api-enhanced upstream_sync_branch: main target_sync_branch: main target_repo_token: ${{ secrets.GITHUB_TOKEN }} @@ -33,4 +33,4 @@ jobs: if: failure() run: | echo "[Error] Due to a change in the workflow file of the upstream repository, GitHub has automatically suspended the scheduled automatic update. You need to manually sync your fork." - exit 1 \ No newline at end of file + exit 1