ci: fix `stylua` action

remotes/origin/HEAD
Chris Grieser 2024-06-02 14:38:59 +02:00
parent ce506bb677
commit d99cb9b44b
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
version: latest version: latest
args: --check . args: .
- uses: stefanzweifel/git-auto-commit-action@v4 - uses: stefanzweifel/git-auto-commit-action@v4
with: with:
commit_message: "style: format with stylua" commit_message: "style: auto-format with stylua"