fix fetch depth

This commit is contained in:
Jason Dove
2022-01-21 15:30:40 -06:00
parent db6fd22215
commit 6ea916b1f0

View File

@@ -59,7 +59,7 @@ jobs:
- name: Get the sources
uses: actions/checkout@v2
with:
fetch_depth: 0
fetch-depth: 0
- name: Setup .NET Core
uses: actions/setup-dotnet@v1