Updated bot email
All checks were successful
Pull Request Pipeline / Lint (pull_request) Successful in 2m47s
Pull Request Pipeline / Test (pull_request) Successful in 2m19s

This commit is contained in:
2026-01-18 14:38:44 +01:00
parent 341de5ea18
commit df08591f24

View File

@@ -74,7 +74,7 @@ jobs:
if [ -n "$(git status --porcelain lib test)" ]; then
git config --global user.name "Gitea Actions [bot]"
git config --global user.email ""
git config --global user.email "actions@yannick-weigert.de"
git add lib test
git commit -m "Auto-format code [skip ci]"
git push origin HEAD:${{ gitea.head_ref }}
@@ -109,7 +109,7 @@ jobs:
GITEA_TOKEN: ${{ secrets.BOT_TOKEN }}
run: |
git config --global user.name "Gitea Actions [bot]"
git config --global user.email ""
git config --global user.email "actions@yannick-weigert.de"
git add pubspec.yaml
git commit -m "Updated version number [skip ci]"
git push origin HEAD:${{ gitea.head_ref }}