From 02532be58b67b5bf835d9bf02a3d3af67ec99149 Mon Sep 17 00:00:00 2001 From: Binbing Hou Date: Wed, 25 Jun 2025 10:40:00 -0700 Subject: [PATCH] update fetch-depth for genie-build.yml --- .github/workflows/genie-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/genie-build.yml b/.github/workflows/genie-build.yml index 38eef69207..1533bf40a4 100644 --- a/.github/workflows/genie-build.yml +++ b/.github/workflows/genie-build.yml @@ -45,6 +45,8 @@ jobs: GRADLE_OPTS: -Djava.io.tmpdir=/tmp/ --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up git remote with token for pushing run: |