Skip to content

Commit 0ad1be5

Browse files
committed
chore: la til loglevel på input
1 parent 7f02027 commit 0ad1be5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/releaseToProd.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ on:
66
description: "Release tag"
77
required: false
88
default: ""
9+
loglevel:
10+
description: "Log level"
11+
required: false
12+
type: choice
13+
default: "INFO"
14+
options:
15+
- "TRACE"
16+
- "DEBUG"
17+
- "INFO"
18+
- "WARN"
19+
- "ERROR"
20+
- "FATAL"
921
concurrency:
1022
group: ${{ github.workflow }}-${{ github.ref_name }}
1123
jobs:

0 commit comments

Comments
 (0)