Обновить .gitea/workflows/ci.yaml

This commit is contained in:
den.butch 2024-09-13 20:01:57 +00:00
parent 4e7d26ae25
commit 120b01bb2d

View file

@ -3,23 +3,6 @@ name: Forgejo test
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log Level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
boolean:
description: 'Boolean'
required: false
type: boolean
number:
description: 'Number'
default: '100'
type: number
string:
description: 'String'
required: true