Skip to content

Commit

Permalink
add choices for logLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
Soubinan committed Jan 15, 2025
1 parent b8392dc commit e14ee8c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ on:
description: "Log level"
required: true
default: "warning"
tags:
description: "Manual run"
type: choice
options:
- warning
- info
- debug

jobs:
init:
Expand Down

0 comments on commit e14ee8c

Please sign in to comment.