test/.gitea/workflows/ci.yaml

20 lines
No EOL
469 B
YAML

name: Forgejo test
on:
workflow_dispatch:
inputs:
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