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 }}