github / github/vscode-github-actions
Checkbox for Boolean inputs when triggering `workflow_dispatch`
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 660
- Forks
- 213
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
When triggering a workflow via the view in vscode, the extension asks for input values. Currently, it generates an error when giving a string that is not `true` or `false` for boolean inputs.
**Describe the solution you'd like**
Use a checkbox input instead of a string input when asking vscode user for input.
**Additional context**
Add any other context or screenshots about the feature request here.
Contributor guide
Assessment
This issue has not been assessed yet.