Implemented skip ci

This commit is contained in:
2026-01-18 13:49:51 +01:00
parent c4f6414ac2
commit a2d1f7fe9a

View File

@@ -102,7 +102,7 @@ jobs:
git config --global user.name "Gitea Actions [bot]"
git config --global user.email ""
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 }}
else
echo "No changes to commit"
@@ -135,5 +135,5 @@ jobs:
git config --global user.name "Gitea Actions [bot]"
git config --global user.email ""
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 }}