add depth: 0

This commit is contained in:
luyanbo 2024-02-28 21:28:55 +08:00 committed by LearningGp
parent 6c475480eb
commit 669595d6a0
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Java for test
uses: actions/setup-java@v4