diff --git a/.github/workflows/download-translations.yml b/.github/workflows/download-translations.yml index b9a6eb94a3..db140b423d 100644 --- a/.github/workflows/download-translations.yml +++ b/.github/workflows/download-translations.yml @@ -69,7 +69,9 @@ jobs: # Commit git add . - git commit --author "DangoCat[bot] " -m "[Automated] Update translations" + git config --global user.name "DangoCat[bot]" + git config --global user.email "dangocat@users.noreply.github.com" + git commit -m "[Automated] Update translations" # Push git push origin "$new_branch"