From d4692d45cbc306bcd1cab502fa4f02cf694ec7d2 Mon Sep 17 00:00:00 2001 From: Luquinhas Date: Fri, 11 Apr 2025 12:05:58 -0300 Subject: [PATCH] Pick all depths for checkout --- .github/workflows/update-authors.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-authors.yml b/.github/workflows/update-authors.yml index a740588..ae7f058 100644 --- a/.github/workflows/update-authors.yml +++ b/.github/workflows/update-authors.yml @@ -14,6 +14,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Generate AUTHORS file (Name format) run: |