From 9fe487eb3c7d2d263417bb5452de1bdd6ed785ec Mon Sep 17 00:00:00 2001 From: Team 1280 Programming Laptop <59985235+Team1280Programming@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:42:28 -0800 Subject: [PATCH] Add style commit message --- .github/workflows/style.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 7aa6930..f055c56 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -15,6 +15,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_message: "style: format" - name: Use Node.js uses: actions/setup-node@v3 with: