diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-13 21:47:56 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-13 21:47:56 +0000 |
commit | 6c8ed21022802c7d2e03d6d952f2c1e4ab113dc5 (patch) | |
tree | 6531a56a6984223590b6c4eed455f0a942b5d7aa | |
parent | 25a1cb5a15d201bc4e9b6a8e520ecd2d085699c8 (diff) | |
parent | 795e82074d3d410296a5d96e71057d2f0b9af7ec (diff) |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | .github/workflows/format.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 9b32c4e619..f3c0bbc22c 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -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> |