Looking at the actions.inputs documentation, actions do not support the type attribute - they only work with strings.
We have the type attribute in quite a few actions currently, so this must be fixed.
P.S. Note that workflow_dispatch.inputs support types.
Looking at the actions.inputs documentation, actions do not support the
typeattribute - they only work with strings.We have the
typeattribute in quite a few actions currently, so this must be fixed.P.S. Note that workflow_dispatch.inputs support types.