3
0

branch in update.yml geändert

This commit is contained in:
Michael Otto
2026-03-05 12:03:12 +01:00
parent 2735a0b142
commit 7fb1d90adb

View File

@@ -26,7 +26,7 @@ jobs:
git clone "$REPO_URL" repo
cd repo
git checkout feature/release
#git checkout feature/release
env:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
@@ -143,5 +143,5 @@ jobs:
# Token in die URL einbauen
git remote set-url origin "https://${{ secrets.RELEASE_TOKEN }}:@${{ vars.RELEASE_URL }}/AG_QGIS/Repository.git"
git push origin feature/release
git push origin main