diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index f5894e6..6299911 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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 \ No newline at end of file