default log level.
This commit is contained in:
parent
a639693dc8
commit
aa27b0335c
|
@ -4,7 +4,14 @@ on:
|
|||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
||||
logLevel:
|
||||
description: 'Log level'
|
||||
type: choice
|
||||
default: 'info'
|
||||
options:
|
||||
- info
|
||||
- warning
|
||||
- debug
|
||||
jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Pushes to another repository
|
||||
|
|
Loading…
Reference in New Issue