aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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