From 7a7884ad7dd09a0fa04fa784d00ef73eb14f47c4 Mon Sep 17 00:00:00 2001 From: Blank Date: Sun, 19 Jan 2025 16:18:52 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]1.=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sync.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 4173f25..822ecfb 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -315,11 +315,11 @@ jobs: run: echo 当前分支:${{ github.ref_name }} ${{ github.Repository }} # 查看远端 地址 - name: echo git url - run: echo codeup.aliyun.com:652bee7ea3bbd14127c037dd/GameFrameX/Admin/${{ github.Repository }}.git + run: echo codeup.aliyun.com:652bee7ea3bbd14127c037dd/GameFrameX/Admin/GameFrameX.Admin.Client.Api.git # 添加远端 - name: add remote url - run: git remote add codeup "git@codeup.aliyun.com:652bee7ea3bbd14127c037dd/GameFrameX/Admin/${{ github.Repository }}.git" + run: git remote add codeup "git@codeup.aliyun.com:652bee7ea3bbd14127c037dd/GameFrameX/Admin/GameFrameX.Admin.Client.Api.git" # 获取 - name: fetch @@ -360,11 +360,11 @@ jobs: run: echo 当前分支:${{ github.ref_name }} ${{ github.Repository }} # 查看远端 地址 - name: echo git url - run: echo git@codeup.aliyun.com:652bee7ea3bbd14127c037dd/GameFrameX/Admin.Hope/${{ github.Repository }}.git + run: echo git@codeup.aliyun.com:652bee7ea3bbd14127c037dd/GameFrameX/Admin.Hope/GameFrameX.Admin.Client.Api.git # 添加远端 - name: add remote url - run: git remote add codeup "git@codeup.aliyun.com:652bee7ea3bbd14127c037dd/GameFrameX/Admin.Hope/${{ github.Repository }}.git" + run: git remote add codeup "git@codeup.aliyun.com:652bee7ea3bbd14127c037dd/GameFrameX/Admin.Hope/GameFrameX.Admin.Client.Api.git" # 获取 - name: fetch