From 02ebb22b5a1624aa66ff814864fbe9eac3772975 Mon Sep 17 00:00:00 2001
From: Stephan <stephane.gay@hazelcast.com>
Date: Fri, 4 Jun 2021 11:41:04 +0200
Subject: [PATCH] wip

---
 .github/workflows/exp.yml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/exp.yml b/.github/workflows/exp.yml
index 736b825..1fa060a 100644
--- a/.github/workflows/exp.yml
+++ b/.github/workflows/exp.yml
@@ -16,4 +16,14 @@ jobs:
       - name: Infos
         shell: bash
         run: |
-          echo "github.ref: '${{ github.ref }}'"
\ No newline at end of file
+          echo "github.ref: '${{ github.ref }}'"
+          
+      - name: Checkout
+        uses: actions/checkout@v2
+        with:
+          token: ${{ secrets.GITHUB_TOKEN }}
+
+      - name: Report
+        shell: bash
+        run: |
+          git log --graph --pretty=format':%h%%d %s %an, %ar' | head -n 5
\ No newline at end of file