From 6dfe7661ad4ac029ef3d4e4d2c106aa7ef1b5e6c Mon Sep 17 00:00:00 2001 From: Acid Date: Sat, 23 May 2026 16:43:58 -0400 Subject: [PATCH] modified: .github/workflows/autofix.yml --- .github/workflows/autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index d157b8f..78ab0a1 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.ref }} - fetch-depth: 1 + fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} - name: Install uv