chore(ci): use correct git email for automated commits

This commit is contained in:
kolaente
2025-03-30 21:05:26 +02:00
parent 9bd5cc371b
commit 2a09012327
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ jobs:
- name: Commit files
if: steps.check_changes.outputs.changes_exist != '0'
run: |
git config --local user.email "frederik@vikunja.io"
git config --local user.email "bot@vikunja.io"
git config --local user.name "Frederick [Bot]"
git commit -am "chore(i18n): update translations via Crowdin"
- name: Push changes

View File

@@ -304,7 +304,7 @@ jobs:
- name: Commit files
if: steps.check_changes.outputs.changes_exist != '0'
run: |
git config --local user.email "frederik@vikunja.io"
git config --local user.email "bot@vikunja.io"
git config --local user.name "Frederick [Bot]"
git commit -am "[skip ci] Updated swagger docs"
- name: Push changes