3 Commits

Author SHA1 Message Date
Stephan
d3e906333b wip 2021-06-04 11:41:21 +02:00
Stephan
02ebb22b5a wip 2021-06-04 11:41:04 +02:00
Stephan
a05c54d862 wip 2021-06-04 11:37:27 +02:00

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