-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
[修改]1. 修改同步路径
1 parent
3c54c2b
commit 7a7884a
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|