We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9528f commit 5e710edCopy full SHA for 5e710ed
1 file changed
.github/workflows/libgit2sharp.yml
@@ -13,6 +13,8 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v2
16
+ with:
17
+ fetch-depth: 3
18
- name: Setup .NET
19
uses: actions/setup-dotnet@v1
20
with:
0 commit comments