Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanni8 authored Dec 18, 2023
1 parent 6abec93 commit fa7e8b7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'debug'
type: choice
options:
- info
- warning
- debug
description: 'Log level'
required: true
default: 'debug'
type: choice
options:
- info
- warning
- debug


jobs:
Expand Down

0 comments on commit fa7e8b7

Please sign in to comment.