From a6e56b41de8d3bf8a0cceb9ad660d35d6caf95e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:00:18 +0000 Subject: [PATCH] ci: sync with template repository --- .github/workflows/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index eac2ded..54b6f7c 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -20,5 +20,5 @@ jobs: - name: pre-commit uses: liblaf/template/.github/actions/pre-commit@main with: - autofix: ${{ ! github.ref_protected }} + autofix: true token: ${{ secrets.GH_TOKEN }}