chore(ci): use correct git email for automated commits
This commit is contained in:
parent
9bd5cc371b
commit
2a09012327
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue