You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For each item from the GitHub contexts, I'm trying to figure out if it would be good to add specialized support for it, or just map it as is. E.g. for inputs, I'd like them to be defined on the workflow level in such way that allows accessing them from within the workflow in a type-safe way. Similarly with outputs, not sure what about secrets. If you have capacity, feel free to propose a change, then we can discuss!
What feature do you need?
WorkflowCall
should have the propertiesinputs
,outputs
andsecrets
, see GitHub documentationDo you have an example usage?
like
WorkflowDispatch
Is there a workaround for not having this feature? If yes, please describe it.
use
_customArguments
The text was updated successfully, but these errors were encountered: