Skip to content

Commit d171030

Browse files
authored
Configure checkout action to avoid shallow clone
Added fetch-depth option to checkout action.
1 parent c3e09ff commit d171030

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19+
with:
20+
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
21+
1922
- name: Setup .NET
2023
uses: actions/setup-dotnet@v4
2124
with:

0 commit comments

Comments
 (0)