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: on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
string1_default: foo:
description: 'String w. default' description: 'FOO?'
default: 'Hello world' default: ''
type: string type: string
jobs: jobs:
test: test:
runs-on: docker runs-on: docker
steps: steps:
- run: echo All Good - run: echo ${{ forgejo.event.inputs.foo }}