Skip to content

Commit

Permalink
[修改]1. 修改同步路径
Browse files Browse the repository at this point in the history
AlianBlank committed Jan 19, 2025
1 parent 3c54c2b commit 7a7884a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -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 "[email protected]:652bee7ea3bbd14127c037dd/GameFrameX/Admin/${{ github.Repository }}.git"
run: git remote add codeup "[email protected]: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 [email protected]:652bee7ea3bbd14127c037dd/GameFrameX/Admin.Hope/${{ github.Repository }}.git
run: echo [email protected]:652bee7ea3bbd14127c037dd/GameFrameX/Admin.Hope/GameFrameX.Admin.Client.Api.git

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

# 获取
- name: fetch

0 comments on commit 7a7884a

Please sign in to comment.