We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a19f9 commit 60108d5Copy full SHA for 60108d5
.github/workflows/ci.yml
@@ -16,6 +16,8 @@ jobs:
16
java: [ '8' ]
17
steps:
18
- uses: actions/checkout@v2
19
+ with:
20
+ fetch-depth: 0
21
- name: Set up JDK ${{ matrix.java }}
22
uses: actions/setup-java@v1
23
with:
0 commit comments