mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-04-06 18:10:29 +08:00
Disable shallow clone on actions checkout (#2026)
This commit is contained in:
parent
13cbca6639
commit
284372613c
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user