Browse Source

Another attempt to fix formatting workflow (#11187)

pull/11212/head
Joel Challis 3 years ago
committed by GitHub
parent
commit
795e82074d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .github/workflows/format.yaml

+ 2
- 1
.github/workflows/format.yaml View File

@ -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…
Cancel
Save