conditional input in github action workflow
I have github action workflow that takes multiple user inputs while running using workflow_dispatch
event, the current workflow working fine. Now I am planning to create the service_name
input only if the element_type==bottom
, i.e dependant input actually based on the input of the previous input