2 Commits

Author SHA1 Message Date
1792518747 Merge remote-tracking branch 'origin/setup/44-workflows-um-format-stage-erweitern' into setup/44-workflows-um-format-stage-erweitern
All checks were successful
Pull Request Pipeline / Lint (pull_request) Has been skipped
Pull Request Pipeline / Test (pull_request) Has been skipped
Pull Request Pipeline / Format (pull_request) Has been skipped
Pull Request Pipeline / Update-Version (pull_request) Successful in 5s
2026-01-18 13:50:48 +01:00
a2d1f7fe9a Implemented skip ci 2026-01-18 13:49:51 +01:00

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 }}