ci: update git remote command

This commit is contained in:
Derrick Hammer 2023-04-20 03:53:15 -04:00
parent 3d64870f17
commit 1350929bca
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}