Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3e906333b | ||
|
|
02ebb22b5a | ||
|
|
a05c54d862 | ||
|
|
adbb090758 | ||
|
|
bde82421b1 | ||
|
|
58cb94d8d4 | ||
|
|
703de123ea | ||
|
|
b1a34c5b71 | ||
|
|
ad6f741613 |
29
.github/workflows/exp.yml
vendored
Normal file
29
.github/workflows/exp.yml
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
|
||||
name: Experiment
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
|
||||
experiment:
|
||||
name: Experiment
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Experiment
|
||||
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