We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096ea35 commit 46f325fCopy full SHA for 46f325f
.github/workflows/workflow.yml
@@ -31,6 +31,8 @@ jobs:
31
steps:
32
- name: Git checkout
33
uses: actions/checkout@v2
34
+ with:
35
+ fetch-depth: 0
36
- name: Set up JDK
37
uses: actions/setup-java@v1
38
with:
@@ -76,6 +78,8 @@ jobs:
76
78
77
79
80
81
82
83
84
85
@@ -121,6 +125,8 @@ jobs:
121
125
122
126
123
127
128
129
124
130
131
132
0 commit comments