diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index f607e63..41384e5 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -19,8 +19,5 @@ token: ${{ secrets.GH_TOKEN }} - name: pre-commit uses: liblaf/pre-commit-hooks@main - - name: Commit - if: always() - uses: liblaf/pre-commit-hooks/.github/actions/commit@main with: - message: "ci(pre-commit): auto fixes from pre-commit hooks" + commit: true