joao-zanutto/Get Selected
Returns a string with the name of the selected checkboxes on a workflow_dispatch event. Separator defaults to " "
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ignore | List of options to ignore during assertion | no | — |
| format | Output format. Valid values are `list` (default) and `json` | no | list |
| separator | String used to separate each of the selected outputs. Only valid when `format === 'list'` | no | "" |
Outputs
| name | description |
|---|---|
| selected | Name of the selected checkboxes |