Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3e906333b | ||
|
|
02ebb22b5a | ||
|
|
a05c54d862 | ||
|
|
adbb090758 | ||
|
|
bde82421b1 | ||
|
|
58cb94d8d4 |
15
.github/workflows/exp.yml
vendored
15
.github/workflows/exp.yml
vendored
@@ -12,3 +12,18 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Experiment
|
- name: Experiment
|
||||||
uses: zpqrtbnk/gh-actions/experiment@master
|
uses: zpqrtbnk/gh-actions/experiment@master
|
||||||
|
|
||||||
|
- name: Infos
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
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