diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29a47b4..95095bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,8 @@ jobs: if: github.event.repository.fork == false steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Configure Git Credentials run: | git config user.name github-actions[bot]