From 446fee9108b334f427872f49d1b98f8ff36f914c Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Tue, 19 Aug 2025 01:08:16 +0200 Subject: [PATCH] [skip ci] Fix commiting changes in "update_18n_languages" workflow --- .github/workflows/update_i18n_languages.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/update_i18n_languages.yml b/.github/workflows/update_i18n_languages.yml index c82c5875..bda59f05 100644 --- a/.github/workflows/update_i18n_languages.yml +++ b/.github/workflows/update_i18n_languages.yml @@ -14,6 +14,11 @@ jobs: runs-on: ubuntu-latest steps: + - name: Configure Git identity + run: | + git config --global user.name "github-actions[bot]" + git config --global user.email "github-actions[bot]@users.noreply.github.com" + - name: Checkout master branch uses: actions/checkout@v4 with: