wip
This commit is contained in:
parent
a05c54d862
commit
02ebb22b5a
12
.github/workflows/exp.yml
vendored
12
.github/workflows/exp.yml
vendored
|
@ -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
|
Loading…
Reference in New Issue
Block a user