From a2d1418e1c9a7f03147dc012bc7ebbc397f52a4d Mon Sep 17 00:00:00 2001 From: Mario Toffia Date: Sun, 6 Oct 2024 15:11:26 +0200 Subject: [PATCH] show current branch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b59ea5b..4224982 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: display git info about the checkout stuff - run: git describe --tags --always + run: git branch --show-current - name: Set up JDK 15 uses: actions/setup-java@v3