Skip to main content

Function: isGithubExpressionScalar()

function isGithubExpressionScalar(
node: WorkflowYamlValueNode | null | undefined
): boolean;

Defined in: _internal/workflow-yaml.ts:105

Determine whether a scalar is a GitHub expression string like ${{ ... }}.

Parametersโ€‹

nodeโ€‹

| WorkflowYamlValueNode | null | undefined

Returnsโ€‹

boolean