misc: replace github with gitea
This commit is contained in:
parent
3b350af2fd
commit
a7ae7a98c5
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ runs:
|
|||
git init -b '${{ inputs.downstream_repo_branch }}'
|
||||
|
||||
# Local
|
||||
git remote add origin 'https://x-access-token:${{ inputs.PERSONAL_ACCESS_TOKEN }}@git.michaelsasser.org/${{ github.repository }}.git'
|
||||
git remote add origin 'https://x-access-token:${{ inputs.PERSONAL_ACCESS_TOKEN }}@git.michaelsasser.org/${{ gitea.repository }}.git'
|
||||
|
||||
# Upstream
|
||||
git remote add upstream ${{ inputs.upstream_repo_url }}
|
||||
|
|
Loading…
Reference in a new issue