Skip to content

Commit

Permalink
Add choice menu
Browse files Browse the repository at this point in the history
Signed-off-by: Choonho Son <[email protected]>
  • Loading branch information
Choonho Son committed Oct 27, 2023
1 parent e848189 commit 1c71363
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
name: Main trigger

on:
schedule:
- cron: '00 22 * * *' # AM 07:00, KST
workflow_dispatch:
inputs:
logLevel:
description: "Log level"
choice:
type: choice
description: "Make a choice"
required: false
default: 'warning'
default: 'all'
options:
- all
- Wonny
- Belty
- Bolby

jobs:
build:
Expand Down

0 comments on commit 1c71363

Please sign in to comment.