Skip to main content

Function: getWorkflowTemplateFilePatternEntries()

function getWorkflowTemplateFilePatternEntries(
root: YAMLMapping
): readonly Readonly<{
node: YAMLNode;
value: string;
}>[];

Defined in: _internal/workflow-template-properties.ts:30

Resolve filePatterns entries with both node and scalar string value.

Parametersโ€‹

rootโ€‹

YAMLMapping

Returnsโ€‹

readonly Readonly<{ node: YAMLNode; value: string; }>[]