From 53361346ee54b392175d66042edffb5294a68c4e Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Fri, 27 Dec 2024 11:03:36 -0600 Subject: [PATCH] Update format.yml --- .github/workflows/format.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index a766c36..4cfe83d 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -35,3 +35,5 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: repository: ./MHSF + commit_message: Automatically format code commited + commit_user_name: Format Bot