From 93694a7cff1b800eddb35b4daddd288f0cb87d99 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom <terje@hermit.no> Date: Wed, 3 Apr 2024 14:56:29 +0200 Subject: [PATCH] get all history --- .github/workflows/NUnitConsoleAndEngine.CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/NUnitConsoleAndEngine.CI.yml b/.github/workflows/NUnitConsoleAndEngine.CI.yml index af9521f9d..20a8d3e10 100644 --- a/.github/workflows/NUnitConsoleAndEngine.CI.yml +++ b/.github/workflows/NUnitConsoleAndEngine.CI.yml @@ -20,6 +20,8 @@ jobs: steps: - name: ⤵️ Checkout Source uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: 🛠️ Setup .NET uses: actions/setup-dotnet@v4