From 5ce93e51361481128a60dce02098a4b66e928344 Mon Sep 17 00:00:00 2001 From: winches <329487092@qq.com> Date: Thu, 23 May 2024 22:02:08 +0800 Subject: [PATCH] ci: update --- .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 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