Until now, for each composite action, we created a list of inputs. This list did not contain a default value or if the input is required or not.
We should be able to query all CompositeActions that use a github context by the default value or just filter by other parameters.
With the new CompositeActionInput node, we will be able to filter all composite actions that use a specific github context.
Until now, for each composite action, we created a list of inputs. This list did not contain a
default
value or if the input is required or not.We should be able to query all CompositeActions that use a github context by the default value or just filter by other parameters. With the new
CompositeActionInput
node, we will be able to filter all composite actions that use a specificgithub
context.