~ruther/qmk_firmware

c731628946c71faa56491c89ed59f95ab8e60d97 — Zach White 4 years ago ca9edc5
identify the qmk-bot
1 files changed, 2 insertions(+), 0 deletions(-)

M .github/workflows/develop_update.yml
M .github/workflows/develop_update.yml => .github/workflows/develop_update.yml +2 -0
@@ 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