Skip to main content

Function: getWorkflowActionSteps()

function getWorkflowActionSteps(
root: YAMLMapping,
matchesReference: (usesReference: string) => boolean
): readonly WorkflowActionStep[];

Defined in: _internal/workflow-action-steps.ts:37

Collect workflow steps using actions whose uses reference matches a predicate.

Parametersโ€‹

rootโ€‹

YAMLMapping

matchesReferenceโ€‹

(usesReference: string) => boolean

Returnsโ€‹

readonly WorkflowActionStep[]