Browse Source

I'm github-actions[bot]

CPK 5 months ago
parent
commit
c09f15c735
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/localization.yml

+ 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