Browse Source

fix fetch depth

pull/585/head
Jason Dove 4 years ago
parent
commit
6ea916b1f0
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -59,7 +59,7 @@ jobs: @@ -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

Loading…
Cancel
Save