Skip to content

Commit

Permalink
Another attempt to fix formatting workflow (qmk#11187)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Dec 13, 2020
1 parent 70f4033 commit 795e820
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
commit_author: QMK Bot <[email protected]>

0 comments on commit 795e820

Please sign in to comment.