From e79ebb641942fdd28fee30fd6d88cff371cadf17 Mon Sep 17 00:00:00 2001 From: Sellara <147769367+Sella-GH@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:17:20 +0200 Subject: [PATCH] Fix --- .github/workflows/dotnet-release-publish.yml | 5 +++++ .github/workflows/dotnet.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.github/workflows/dotnet-release-publish.yml b/.github/workflows/dotnet-release-publish.yml index 410e67fe..822043ae 100644 --- a/.github/workflows/dotnet-release-publish.yml +++ b/.github/workflows/dotnet-release-publish.yml @@ -25,6 +25,11 @@ jobs: version: ${{ steps.get-version.outputs.version }} steps: + - name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Calculate Lines of Source Code id: loc_cs uses: PavanMudigonda/lines-of-code-reporter@v1.6 diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index d21e846d..9073084d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -21,6 +21,11 @@ jobs: datetime: ${{ steps.dateTime.outputs.time }} steps: + - name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Calculate Lines of Source Code id: loc_cs uses: PavanMudigonda/lines-of-code-reporter@v1.6