From 6cff7acb1a5a02f60d13433c5d38bd9f9c1c0aca Mon Sep 17 00:00:00 2001 From: yulike Date: Thu, 3 Nov 2022 11:59:14 -0400 Subject: [PATCH] push --- .github/workflows/manual.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 4a7131e..0ab1c0d 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -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: