Skip to content

Commit f03cd64

Browse files
committed
run with inputs
1 parent 4b94f4c commit f03cd64

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/run-inputs.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Run w/ inputs
2+
on:
3+
push:
4+
workflow_dispatch:
5+
jobs:
6+
make-release:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Test
10+
run: echo "'$INPUT_TEST-INPUT'"
11+
with:
12+
test-input: Lol

0 commit comments

Comments
 (0)