Skip to content

Commit 1820ba1

Browse files
CopilotMalcolmnixon
andcommitted
Add fetch-depth: 0 to checkout for full git history in CI
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
1 parent 3959b60 commit 1820ba1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ jobs:
246246
steps:
247247
- name: Checkout
248248
uses: actions/checkout@v6
249+
with:
250+
fetch-depth: 0
249251

250252
- name: Setup dotnet
251253
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)