[skip ci] Fix commiting changes in "update_18n_languages" workflow

This commit is contained in:
schroda
2025-08-19 01:08:16 +02:00
parent 7ce7858750
commit 446fee9108

View File

@@ -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: