Compare commits
6 Commits
v1/foo/bar
...
wip-001
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
adbb090758 | ||
|
|
bde82421b1 | ||
|
|
58cb94d8d4 | ||
|
|
703de123ea | ||
|
|
b1a34c5b71 | ||
|
|
ad6f741613 |
19
.github/workflows/exp.yml
vendored
Normal file
19
.github/workflows/exp.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
|
||||||
|
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 }}'"
|
||||||
Reference in New Issue
Block a user