2
0
CPK 9 сар өмнө
parent
commit
c09f15c735

+ 2 - 0
.github/workflows/localization.yml

@@ -62,6 +62,8 @@ jobs:
         run: git checkout -B "language-update-${{ github.run_number }}-${{ github.run_attempt }}"
       - name: Add changes and commit
         run: |
+          git config --global user.name "github-actions[bot]"
+          git config --global user.email "github-actions[bot]@users.noreply.github.com"
           git add -A
           git commit -m "Update language files"
       - name: Push changes