Browse Source

fix fetch depth

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

2
.github/workflows/ci.yml

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

Loading…
Cancel
Save