Workflows um Format Stage erweitern #175

Merged
flixcoo merged 326 commits from setup/44-workflows-um-format-stage-erweitern into development 2026-01-20 10:48:49 +00:00
Showing only changes of commit a2d1f7fe9a - Show all commits

View File

@@ -102,7 +102,7 @@ jobs:
git config --global user.name "Gitea Actions [bot]" git config --global user.name "Gitea Actions [bot]"
git config --global user.email "" git config --global user.email ""
git add lib test git add lib test
git commit -m "Auto-format code" git commit -m "Auto-format code [skip ci]"
git push origin HEAD:${{ gitea.head_ref }} git push origin HEAD:${{ gitea.head_ref }}
else else
echo "No changes to commit" echo "No changes to commit"
@@ -135,5 +135,5 @@ jobs:
git config --global user.name "Gitea Actions [bot]" git config --global user.name "Gitea Actions [bot]"
git config --global user.email "" git config --global user.email ""
git add pubspec.yaml git add pubspec.yaml
git commit -m "Updated version number" git commit -m "Updated version number [skip ci]"
git push origin HEAD:${{ gitea.head_ref }} git push origin HEAD:${{ gitea.head_ref }}