summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-12-13 21:47:56 +0000
committerQMK Bot <hello@qmk.fm>2020-12-13 21:47:56 +0000
commit6c8ed21022802c7d2e03d6d952f2c1e4ab113dc5 (patch)
tree6531a56a6984223590b6c4eed455f0a942b5d7aa
parent25a1cb5a15d201bc4e9b6a8e520ecd2d085699c8 (diff)
parent795e82074d3d410296a5d96e71057d2f0b9af7ec (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--.github/workflows/format.yaml3
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>