summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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>