Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3e906333b | ||
|
|
02ebb22b5a |
10
.github/workflows/exp.yml
vendored
10
.github/workflows/exp.yml
vendored
@@ -17,3 +17,13 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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
|
||||||
Reference in New Issue
Block a user