Skip to content

Commit 60108d5

Browse files
committed
fix CI build error
This is a fix for "Unexpected error while parsing HEAD commit: Missing commit"
1 parent 24a19f9 commit 60108d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
java: [ '8' ]
1717
steps:
1818
- uses: actions/checkout@v2
19+
with:
20+
fetch-depth: 0
1921
- name: Set up JDK ${{ matrix.java }}
2022
uses: actions/setup-java@v1
2123
with:

0 commit comments

Comments
 (0)