test manual trigger
All checks were successful
/ test (push) Successful in 4s

This commit is contained in:
lookshe 2025-01-12 20:33:58 +01:00
parent f290ac9b06
commit c05b0388a5

View file

@ -0,0 +1,30 @@
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log Level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
boolean:
description: 'Boolean'
required: false
type: boolean
number:
description: 'Number'
default: '100'
type: number
string:
description: 'String'
required: true
type: string
jobs:
test:
runs-on: docker
steps:
- run: echo ${{ inputs.logLevel }}