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