This commit is contained in:
yulike 2022-11-03 11:59:14 -04:00
parent 2216fbe764
commit 6cff7acb1a

View File

@ -12,9 +12,14 @@ on:
# Friendly description to be shown in the UI instead of 'name'
description: 'Person to greet'
# Default value if no value is explicitly provided
default: 'World'
default: 'debug'
# Input has to be provided for the workflow to run
required: true
type: choice
options:
- info
- warning
- debug
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: