[skip ci] Fix commiting changes in "update_18n_languages" workflow
This commit is contained in:
5
.github/workflows/update_i18n_languages.yml
vendored
5
.github/workflows/update_i18n_languages.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user