branch in update.yml geändert
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
|
|
||||||
git clone "$REPO_URL" repo
|
git clone "$REPO_URL" repo
|
||||||
cd repo
|
cd repo
|
||||||
git checkout feature/release
|
#git checkout feature/release
|
||||||
env:
|
env:
|
||||||
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||||
|
|
||||||
@@ -143,5 +143,5 @@ jobs:
|
|||||||
# Token in die URL einbauen
|
# Token in die URL einbauen
|
||||||
git remote set-url origin "https://${{ secrets.RELEASE_TOKEN }}:@${{ vars.RELEASE_URL }}/AG_QGIS/Repository.git"
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user