Replies: 1 comment
-
A possible solution for your problem is discussed at #2076 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now there is a limit on the amount of inputs you can define in a manual workflow action of 10. I want our workflow to be able to select what applications (there is a lot - no judgement 😄 ) from a repository as well as other metadata inputs to be defined and deployed to a development environment, simple example
This inputs are then actually used as part of a
matrix_strategy
block on whether we run the whole build job for an application or not.Right now I feel like the only nice and scaling solution is just pick the most mandatory applications to run and be allowed to toggle from a select few.
app_1,app_2,app_3,...
I could also have a string and then parse the inputted string but free text is always problematic.
Is there anywhere I can vote on having more inputs than 10 on manual workflows or has anyone come up with a nice workaround, FYI I need 15 inputs at this moment 😞
Beta Was this translation helpful? Give feedback.
All reactions