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

This commit is contained in:
den.butch 2024-09-13 20:12:51 +00:00
parent 629893024d
commit 9f61905c05

View file

@ -3,8 +3,18 @@ name: Forgejo test
on:
workflow_dispatch:
inputs:
string:
string_local:
description: 'Local Version'
required: true
default: 'o2os'
type: string
string_codename:
description: 'Codename'
required: true
default: 'firstly'
type: string
string_components:
description: 'Components'
required: true
default: 'main contrib non-free non-free-firmware'
type: string