diff options
author | Zach White <skullydazed@gmail.com> | 2020-11-22 08:00:10 -0800 |
---|---|---|
committer | Zach White <skullydazed@drpepper.org> | 2020-11-22 08:07:45 -0800 |
commit | c731628946c71faa56491c89ed59f95ab8e60d97 (patch) | |
tree | 7abb7ae95c79482e8dd4114a6be7cea96ce6c9b4 | |
parent | ca9edc5fe392d0349e77c26b745cbef2f85b160e (diff) |
identify the qmk-bot
-rw-r--r-- | .github/workflows/develop_update.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/develop_update.yml b/.github/workflows/develop_update.yml index 635cf81e0c..285720fefe 100644 --- a/.github/workflows/develop_update.yml +++ b/.github/workflows/develop_update.yml @@ -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 |