From 795e82074d3d410296a5d96e71057d2f0b9af7ec Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sun, 13 Dec 2020 21:47:20 +0000 Subject: [PATCH] Another attempt to fix formatting workflow (#11187) --- .github/workflows/format.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 9b32c4e61..f3c0bbc22 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