identify the qmk-bot

master
Zach White 2020-11-22 08:00:10 -08:00 committed by Zach White
parent ca9edc5fe3
commit c731628946
1 changed files with 2 additions and 0 deletions

View File

@ -31,5 +31,7 @@ jobs:
- name: Update develop from master
if: steps.check_locked.outputs.files_exists == 'false'
run: |
git config --global user.name "QMK Bot"
git config --global user.email "hello@qmk.fm"
git merge origin/master
git push origin develop