We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8248776 commit 0cd52e8Copy full SHA for 0cd52e8
1 file changed
.github/workflows/dotnet-desktop.yml
@@ -49,7 +49,9 @@ jobs:
49
steps:
50
- name: Checkout code
51
uses: actions/checkout@v3
52
-
+ with:
53
+ fetch-depth: 0
54
+
55
- name: Configure Git
56
run: |
57
git config --local user.name "GitHub Actions"
0 commit comments