This commit is contained in:
ArabCoders 2023-11-24 22:10:06 +03:00
parent 611c37b91c
commit 3616310d96

View file

@ -4,14 +4,14 @@ on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
logLevel: logLevel:
description: 'Log level' description: "Log level"
required: true required: true
default: 'warning' default: "warning"
type: choice type: choice
options: options:
- info - info
- warning - warning
- debug - debug
push: push:
branches: branches:
- "*" - "*"