This commit is contained in:
Stephan 2021-06-04 12:03:18 +02:00
parent f208079d80
commit 158d42185e

View File

@ -27,6 +27,7 @@ jobs:
- name: Report - name: Report
shell: bash shell: bash
run: | run: |
set +e
git log --graph --pretty=format':%h%%d %s %an, %ar' | head -n 5 git log --graph --pretty=format':%h%%d %s %an, %ar' | head -n 5
echo "--" echo "--"
REF="${{ github.ref }}" REF="${{ github.ref }}"