aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-12-13 21:47:20 +0000
committerGitHub <noreply@github.com>2020-12-13 21:47:20 +0000
commit795e82074d3d410296a5d96e71057d2f0b9af7ec (patch)
treeacf5749c4ae5116c273476dca39a48ecb37b62fd
parent70f40339c2b4431dbbafa5d9439c04f9a0d47884 (diff)
downloadqmk_firmware-795e82074d3d410296a5d96e71057d2f0b9af7ec.tar.gz
qmk_firmware-795e82074d3d410296a5d96e71057d2f0b9af7ec.zip
Another attempt to fix formatting workflow (#11187)
-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 9b32c4e61..f3c0bbc22 100644
--- a/.github/workflows/format.yaml
+++ b/.github/workflows/format.yaml
@@ -29,6 +29,7 @@ jobs:
29 - name: Commit files 29 - name: Commit files
30 uses: stefanzweifel/git-auto-commit-action@v4 30 uses: stefanzweifel/git-auto-commit-action@v4
31 with: 31 with:
32 commit_message: "Format code according to conventions for ${GITHUB_SHA}" 32 commit_message: Format code according to conventions for $GITHUB_SHA
33 commit_user_name: QMK Bot 33 commit_user_name: QMK Bot
34 commit_user_email: hello@qmk.fm 34 commit_user_email: hello@qmk.fm
35 commit_author: QMK Bot <hello@qmk.fm>