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 51aae94 commit c62859bCopy full SHA for c62859b
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
steps:
36
- uses: actions/checkout@v2
37
with:
38
- ref: ${{ github.HEAD_REF }}
+ fetch-depth: 0
39
- name: Retrieve entire repository history
40
run: git fetch --prune --unshallow
41
- name: Set up JDK 11
0 commit comments