~ruther/qmk_firmware

6c8ed21022802c7d2e03d6d952f2c1e4ab113dc5 — QMK Bot 4 years ago 25a1cb5 + 795e820
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 2 insertions(+), 1 deletions(-)

M .github/workflows/format.yaml
M .github/workflows/format.yaml => .github/workflows/format.yaml +2 -1
@@ 29,6 29,7 @@ jobs:
    - name: Commit files
      uses: stefanzweifel/git-auto-commit-action@v4
      with:
        commit_message: "Format code according to conventions for ${GITHUB_SHA}"
        commit_message: Format code according to conventions for $GITHUB_SHA
        commit_user_name: QMK Bot
        commit_user_email: hello@qmk.fm
        commit_author: QMK Bot <hello@qmk.fm>