mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 14:10:04 +00:00
identify the qmk-bot
This commit is contained in:
parent
ca9edc5fe3
commit
c731628946
1 changed files with 2 additions and 0 deletions
2
.github/workflows/develop_update.yml
vendored
2
.github/workflows/develop_update.yml
vendored
|
@ -31,5 +31,7 @@ jobs:
|
||||||
- name: Update develop from master
|
- name: Update develop from master
|
||||||
if: steps.check_locked.outputs.files_exists == 'false'
|
if: steps.check_locked.outputs.files_exists == 'false'
|
||||||
run: |
|
run: |
|
||||||
|
git config --global user.name "QMK Bot"
|
||||||
|
git config --global user.email "hello@qmk.fm"
|
||||||
git merge origin/master
|
git merge origin/master
|
||||||
git push origin develop
|
git push origin develop
|
||||||
|
|
Loading…
Reference in a new issue