From bd36b21f5f0fbb294a4fc92a4db699bffa4e2a21 Mon Sep 17 00:00:00 2001 From: Chris Grieser <73286100+chrisgrieser@users.noreply.github.com> Date: Sun, 2 Jun 2024 14:38:44 +0200 Subject: [PATCH] ci: fix `stylua` action --- .github/workflows/stylua.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index a375662..b8e78b2 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -17,7 +17,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} version: latest - args: --check . + args: . - uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: "style: format with stylua" + commit_message: "style: auto-format with stylua"