From d0f901ade751945bf232d11d24e920438ccde60e Mon Sep 17 00:00:00 2001 From: kenji-miyake Date: Fri, 17 Feb 2023 00:26:16 +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