We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13608a commit 61d7716Copy full SHA for 61d7716
.github/workflows/ci.yml
@@ -7,6 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v3
10
+ with:
11
+ fetch-depth: 0
12
- name: Setup .NET SDK
13
uses: actions/setup-dotnet@v3
14
with:
0 commit comments