Обновить .gitea/workflows/ci.yaml
This commit is contained in:
parent
4e7d26ae25
commit
120b01bb2d
1 changed files with 0 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue