ci(submodule): set remote url
This commit is contained in:
parent
3c80abc73e
commit
9b0a17b5d1
|
@ -21,6 +21,7 @@ jobs:
|
||||||
git config --global user.name "gitea-actions[bot]"
|
git config --global user.name "gitea-actions[bot]"
|
||||||
git config --global user.email "gitea-actions[bot]@users.noreply.gitea.com"
|
git config --global user.email "gitea-actions[bot]@users.noreply.gitea.com"
|
||||||
chown -R root:root /root/.ssh
|
chown -R root:root /root/.ssh
|
||||||
|
git remote set-url origin ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3.git
|
||||||
- name: Check Git status
|
- name: Check Git status
|
||||||
run: |
|
run: |
|
||||||
echo git remote -v
|
echo git remote -v
|
||||||
|
|
Loading…
Reference in New Issue
Block a user