mirror of
https://kolaente.dev/vikunja/vikunja.git
synced 2025-12-06 01:15:58 -06:00
chore(ci): use correct git email for automated commits
This commit is contained in:
2
.github/workflows/crowdin.yml
vendored
2
.github/workflows/crowdin.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user