Skip to content

Commit 7a7884a

Browse files
committed
[修改]1. 修改同步路径
1 parent 3c54c2b commit 7a7884a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sync.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,11 +315,11 @@ jobs:
315315
run: echo 当前分支:${{ github.ref_name }} ${{ github.Repository }}
316316
# 查看远端 地址
317317
- name: echo git url
318-
run: echo codeup.aliyun.com:652bee7ea3bbd14127c037dd/GameFrameX/Admin/${{ github.Repository }}.git
318+
run: echo codeup.aliyun.com:652bee7ea3bbd14127c037dd/GameFrameX/Admin/GameFrameX.Admin.Client.Api.git
319319

320320
# 添加远端
321321
- name: add remote url
322-
run: git remote add codeup "[email protected]:652bee7ea3bbd14127c037dd/GameFrameX/Admin/${{ github.Repository }}.git"
322+
run: git remote add codeup "[email protected]:652bee7ea3bbd14127c037dd/GameFrameX/Admin/GameFrameX.Admin.Client.Api.git"
323323

324324
# 获取
325325
- name: fetch
@@ -360,11 +360,11 @@ jobs:
360360
run: echo 当前分支:${{ github.ref_name }} ${{ github.Repository }}
361361
# 查看远端 地址
362362
- name: echo git url
363-
run: echo [email protected]:652bee7ea3bbd14127c037dd/GameFrameX/Admin.Hope/${{ github.Repository }}.git
363+
run: echo [email protected]:652bee7ea3bbd14127c037dd/GameFrameX/Admin.Hope/GameFrameX.Admin.Client.Api.git
364364

365365
# 添加远端
366366
- name: add remote url
367-
run: git remote add codeup "[email protected]:652bee7ea3bbd14127c037dd/GameFrameX/Admin.Hope/${{ github.Repository }}.git"
367+
run: git remote add codeup "[email protected]:652bee7ea3bbd14127c037dd/GameFrameX/Admin.Hope/GameFrameX.Admin.Client.Api.git"
368368

369369
# 获取
370370
- name: fetch

0 commit comments

Comments
 (0)