This commit is contained in:
Stephan 2021-06-04 11:41:04 +02:00
parent a05c54d862
commit 02ebb22b5a

View File

@ -16,4 +16,14 @@ jobs:
- name: Infos
shell: bash
run: |
echo "github.ref: '${{ github.ref }}'"
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