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
shell: bash
run: |
set +e
git log --graph --pretty=format':%h%%d %s %an, %ar' | head -n 5
echo "--"
REF="${{ github.ref }}"