misc: replace github with gitea

This commit is contained in:
Michael Sasser 2024-11-23 22:08:12 +01:00
parent 3b350af2fd
commit a7ae7a98c5
Signed by: michael
GPG key ID: 5F653AC7631F5151

View file

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