From 5967706daa725100720a3af355008e1cde6d9ac0 Mon Sep 17 00:00:00 2001 From: Athou Date: Mon, 15 Aug 2022 18:27:12 +0200 Subject: [PATCH] git-commit-id-plugin can now retrieve commit information during github action --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa8749f0..f8a52bd3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Set up Java uses: actions/setup-java@v3 with: