Skip to content

Commit

Permalink
refactor: adjust build.yml log level
Browse files Browse the repository at this point in the history
  • Loading branch information
llorentelemmc authored Jul 1, 2024
1 parent 1befdc4 commit 2d17517
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ on:
options:
- 'true'
- 'false'
logLevel:
description: 'Log level'
required: true
default: 'info'
type: choice
options:
- 'debug'
- 'info'
jobs:
build:

Expand Down

0 comments on commit 2d17517

Please sign in to comment.