Skip to content

Commit 34f0d7d

Browse files
committed
Adds test workflow
1 parent 17b7733 commit 34f0d7d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Test run v2
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
test:
8+
runs-on: ubuntu-18.04
9+
steps:
10+
- name: Show environment v2
11+
run: env | grep ^GITHUB
12+
- name: Show ref v2
13+
run: echo "===============> Version from $GITHUB_REF"

0 commit comments

Comments
 (0)