From 49f1c819492818421ea838e97bf94f204f604933 Mon Sep 17 00:00:00 2001 From: kenji-miyake Date: Fri, 23 Dec 2022 00:22:21 +0000 Subject: [PATCH] chore: sync files Signed-off-by: GitHub --- .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 7fd1cc90..bda722c8 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -5,7 +5,7 @@ on: jobs: pre-commit: - if: ${{ github.event.repository.private }} + if: ${{ github.event.repository.private }} # Use pre-commit.ci for public repositories runs-on: ubuntu-latest steps: - name: Generate token