From c731628946c71faa56491c89ed59f95ab8e60d97 Mon Sep 17 00:00:00 2001 From: Zach White Date: Sun, 22 Nov 2020 08:00:10 -0800 Subject: [PATCH] identify the qmk-bot --- .github/workflows/develop_update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/develop_update.yml b/.github/workflows/develop_update.yml index 635cf81e0cfc8d9d40e0df8b38839f5da39c73de..285720fefe67ab49765e3b4b066a06e0a1a53cb3 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