3
0

REPO_URL angepasst

This commit is contained in:
Michael Otto
2026-03-03 12:52:32 +01:00
parent 53479d7062
commit ea776a23ca

View File

@@ -22,7 +22,7 @@ jobs:
- name: Repository klonen - name: Repository klonen
run: | run: |
REPO_URL="https://${RELEASE_TOKEN}:x-oauth-basic@${{ vars.RELEASE_URL }}/Repository.git" REPO_URL="https://${RELEASE_TOKEN}:x-oauth-basic@${{ vars.RELEASE_URL }}/${GITHUB_REPOSITORY}.git"
git clone "$REPO_URL" repo git clone "$REPO_URL" repo
cd repo cd repo