ci: update git remote command
This commit is contained in:
parent
3d64870f17
commit
1350929bca
|
@ -15,7 +15,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- name: Set Repo Origin
|
||||
run: git remote set origin https://git.lumeweb.com/LumeWeb/relay.git
|
||||
run: git remote set-url origin https://git.lumeweb.com/LumeWeb/relay.git
|
||||
- uses: webfactory/ssh-agent@v0.7.0
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.GITEA_SSH_KEY }}
|
||||
|
|
Loading…
Reference in New Issue