From e25483638056f108e9c8bb2ad00de29ce0e221fc Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 8 Apr 2024 19:54:45 +0100 Subject: [PATCH] ci --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 21f63ab..29ac65a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: steps: - name: Cloning repo uses: actions/checkout@v4 -# with: -# fetch-depth: 0 + with: + fetch-depth: full - name: Set up JDK 17 and Maven uses: s4u/setup-maven-action@v1.7.0