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"