diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 160bc22..0f83133 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -37,7 +37,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | cd B-repo - git push origin update-branch + git push https://github.com/winchesHe/nextui update-branch - name: Create Pull Request # 第六步:创建一个 Pull Request uses: peter-evans/create-pull-request@v5