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