From b1bd2c1d5fe087cb20618d29bcd1badac1eef5c2 Mon Sep 17 00:00:00 2001 From: GareArc Date: Sun, 18 May 2025 23:00:11 -0700 Subject: [PATCH] fix: fetch depth from 0 --- .github/workflows/style.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 30c0ff000d..b06ab9653e 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -139,6 +139,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: + fetch-depth: 0 persist-credentials: false - name: Check changed files