Hotfix: Pipeline Push Error #186

Merged
flixcoo merged 2 commits from hotifx/pipeline-push-error into development 2026-01-24 12:02:46 +00:00
Showing only changes of commit db2ba2571f - Show all commits

View File

@@ -92,6 +92,7 @@ jobs:
run: |
git config --global user.name "Gitea Actions [bot]"
git config --global user.email "actions@yannick-weigert.de"
git pull origin ${{ gitea.ref_name }}
git add pubspec.yaml
git commit -m "Updated version number [skip ci]"
git push origin HEAD:${{ gitea.ref_name }}
@@ -123,6 +124,7 @@ jobs:
if [ -n "$(git status --porcelain lib test)" ]; then
git config --global user.name "Gitea Actions [bot]"
git config --global user.email "actions@yannick-weigert.de"
git pull origin ${{ gitea.ref_name }}
git add lib test
git commit -m "Updated licenses [skip ci]"
git push origin HEAD:${{ gitea.ref_name }}