From b2995ee3b9905df0a93b1554661db86c1d7d8748 Mon Sep 17 00:00:00 2001 From: Volodymir Ohorodnytskyi <102746941+Legendaxe@users.noreply.github.com> Date: Sat, 11 Nov 2023 22:03:02 +0200 Subject: [PATCH] fix: new github bot name (#675) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Замена бота --- .github/workflows/auto_translate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_translate.yml b/.github/workflows/auto_translate.yml index 7564fa04a6f5..97a610aae5a3 100644 --- a/.github/workflows/auto_translate.yml +++ b/.github/workflows/auto_translate.yml @@ -51,6 +51,6 @@ jobs: run: | git checkout translate git config --local user.email "action@github.com" - git config --local user.name "SS220Manager" + git config --local user.name "ss220bot" git commit -m "Generate translation file" git push origin translate:translate