From d0846a8a12f4d686c726d0ef688adcfa53ad4933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Gond=C5=BEa?= Date: Tue, 30 Apr 2024 08:32:07 +0200 Subject: [PATCH] chore(ci): Document deep cloning --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dbca696..06c94e3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-tags: true - fetch-depth: 0 + fetch-depth: 0 # fetch entire history - uses: actions/setup-java@v4 with: distribution: 'temurin'