-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the enhancement
Current set of input types doesn't cover some use-cases for manual workflows
We use a single gh-action as an entrypoint of deploying packages from our monorepo, and sometimes we need to manually deploy several packages simultaneously. Up until now we just went with a set of Booleans, so we could tick all the packages we needed to run our CI/CD against via UI. However, we speedily reached a limit of 10 input values
Introducing an input type that would store a, say, json array could help:
on:
workflow_dispatch:
inputs:
name:
type: multi-choice
description: select packages
options:
- go-service1
- go-service2
- py-service1...and in fact would be more logical with less copy-paste overhead for our use-case
flobernd, atemate, Beenyaa, mozerrr, ojpc and 989 moredanieltalmor369, stefreak, hkpanchani, sergio-toro, zealotous and 202 moregoodok21, roishacham, pinzon, tin-ot, ghkdqhrbals and 20 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request