diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4224982..c6966bb 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 branch --show-current + run: git rev-parse --abbrev-ref HEAD - name: Set up JDK 15 uses: actions/setup-java@v3