foo
This commit is contained in:
parent
4341b87fe2
commit
1a4194339e
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
string1_default:
|
||||
description: 'String w. default'
|
||||
default: 'Hello world'
|
||||
foo:
|
||||
description: 'FOO?'
|
||||
default: ''
|
||||
type: string
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- run: echo ${{ forgejo.event.inputs.foo }}
|
||||
|
|
Loading…
Add table
Reference in a new issue