From 40c99ab4dc36378262ac7444e4a53edffa8d99c3 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Sat, 31 May 2025 15:18:37 +0700 Subject: [PATCH] ci: Set missing translation actor/email for commit Signed-off-by: Pun Butrach --- .github/workflows/sync_crowdin.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index d74f03a1..cf27665e 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -73,6 +73,8 @@ jobs: - name: Commit translations run: | + git config --global user.name 'github-actions[bot]' + git config --global user.email 'github-actions[bot]@users.noreply.github.com' sudo chown -R $USER:$USER .git git commit -m "chore: Remove empty values from JSON" assets/i18n/*.i18n.json git push origin HEAD:feat/translations