You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on:
# ...workflow_dispatch:
inputs:
plugin-name:
description: Specific plugin to buildtype: choiceoptions:
- ''
- foo
- bar
This shows Unexpected value '' on the '``' line. But it's perfectly valid and unfortunately the only way to really make an optional choice field where one can decide to not select anything (and not get anything preselected). Likewise, it's the only way to make a required choice field where one is forced to actually make a choice and not just have the first option preselected.
The text was updated successfully, but these errors were encountered:
This shows
Unexpected value ''
on the '``' line. But it's perfectly valid and unfortunately the only way to really make an optional choice field where one can decide to not select anything (and not get anything preselected). Likewise, it's the only way to make a required choice field where one is forced to actually make a choice and not just have the first option preselected.The text was updated successfully, but these errors were encountered: