This commit is contained in:
Magnus Åhall 2025-01-22 08:02:40 +01:00
parent 4341b87fe2
commit 1a4194339e

View file

@ -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 }}