From ca101135be5f91a51f6b1ee70bce0efb1e118e91 Mon Sep 17 00:00:00 2001 From: Eduardo Schulz <33841225+eduardoschulz@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:21:25 -0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62e36fc..5d10db5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Configure Git Credentials run: | git config user.name github-actions[bot]