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