Closed
Description
Description
Checkboxes and Comboboxes may not show any label if description is not set
on:
workflow_dispatch:
inputs:
test-a:
type: boolean
test-b:
type: choice
options:
- a
- b
- c
- d
test-c:
description: One with description!
type: boolean
jobs:
_:
runs-on: windows-latest
steps:
- run: ${{ tojson(inputs) }}
shell: cat {0}
Gitea Version
1.23-rc0
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots

Git Version
No response
Operating System
linux
How are you running Gitea?
build myself / demo site
Database
SQLite