aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach White <skullydazed@gmail.com>2020-11-22 08:00:10 -0800
committerZach White <skullydazed@drpepper.org>2020-11-22 08:07:45 -0800
commitc731628946c71faa56491c89ed59f95ab8e60d97 (patch)
tree7abb7ae95c79482e8dd4114a6be7cea96ce6c9b4
parentca9edc5fe392d0349e77c26b745cbef2f85b160e (diff)
downloadqmk_firmware-c731628946c71faa56491c89ed59f95ab8e60d97.tar.gz
qmk_firmware-c731628946c71faa56491c89ed59f95ab8e60d97.zip
identify the qmk-bot
-rw-r--r--.github/workflows/develop_update.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/develop_update.yml b/.github/workflows/develop_update.yml
index 635cf81e0..285720fef 100644
--- a/.github/workflows/develop_update.yml
+++ b/.github/workflows/develop_update.yml
@@ -31,5 +31,7 @@ jobs:
31 - name: Update develop from master 31 - name: Update develop from master
32 if: steps.check_locked.outputs.files_exists == 'false' 32 if: steps.check_locked.outputs.files_exists == 'false'
33 run: | 33 run: |
34 git config --global user.name "QMK Bot"
35 git config --global user.email "hello@qmk.fm"
34 git merge origin/master 36 git merge origin/master
35 git push origin develop 37 git push origin develop