Skip to content

Commit 0cd52e8

Browse files
committed
增加完整的历史
1 parent 8248776 commit 0cd52e8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949
steps:
5050
- name: Checkout code
5151
uses: actions/checkout@v3
52-
52+
with:
53+
fetch-depth: 0
54+
5355
- name: Configure Git
5456
run: |
5557
git config --local user.name "GitHub Actions"

0 commit comments

Comments
 (0)