From ef2a98d519228202133f12e8196751fe5857cac1 Mon Sep 17 00:00:00 2001 From: object-Object Date: Tue, 19 Mar 2024 19:29:15 -0400 Subject: [PATCH] Add fetch-depth: 0 to fix Gradle error --- .github/workflows/pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 19fd5b9fa..160146297 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,6 +12,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: actions/setup-java@v4 with: distribution: temurin