Added inputs to workflow_dispatch
This commit is contained in:
parent
cc30e38c96
commit
4341b87fe2
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
||||||
on: [push, workflow_dispatch]
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
string1_default:
|
||||||
|
description: 'String w. default'
|
||||||
|
default: 'Hello world'
|
||||||
|
type: string
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
Loading…
Add table
Reference in a new issue