Disable shallow clone on actions checkout (#2026)

This commit is contained in:
Antti Koponen 2021-07-24 14:04:48 +03:00 committed by GitHub
parent 13cbca6639
commit 284372613c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up JDK 1.16
uses: actions/setup-java@v2
with: