From 7bf6f90f2fdf20b56b6d3cbf5e88c19149548fd3 Mon Sep 17 00:00:00 2001 From: MS_Y Date: Thu, 16 Sep 2021 08:52:43 +0000 Subject: [PATCH] Fix: Prettier commit message --- .github/workflows/format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index b7cd3db..b7ad9b8 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -23,5 +23,6 @@ jobs: with: # This part is also where you can pass other options, for example: prettier_options: --write . + commit_message: "Clean: Prettified Code!" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}