Ashar
Ashar

Reputation: 3065

How to build dynamic UI in github actions similar to active choice parameters in Jenkins

I'm familiar with Active choice parameters plugin in Jenkins to build dynamic UI.

Upon selection of one paramter the second paramter is dynamically populated.

I'm new to github actions, but wanted to know if it is possible to achieve something like below.

List Dropdown 1 multi-select having below options

Color
Fruit

If Color is selected Dynamic Dropdown 2 will show:

Green
Blue
Red

If Fruit is selected:

Apple
Orange

If both Color and Fruit are selected:

Green
Blue
Red
Apple
Orange

Kindly suggest.

Upvotes: 1

Views: 964

Answers (0)

Related Questions