Another attempt to fix formatting workflow (#11187)
This commit is contained in:
parent
70f40339c2
commit
795e82074d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/format.yaml
vendored
3
.github/workflows/format.yaml
vendored
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue