default log level.

This commit is contained in:
Jason Kulatunga 2024-02-04 07:59:01 -08:00
parent a639693dc8
commit aa27b0335c
No known key found for this signature in database
1 changed files with 8 additions and 1 deletions

View File

@ -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