Function: isGithubExpressionScalar()
function isGithubExpressionScalar(
node:
| WorkflowYamlValueNode
| null
| undefined
): boolean;
Defined in: _internal/workflow-yaml.ts:178
Determine whether a scalar is a GitHub expression string like ${{ ... }}.
Parameters
node
| WorkflowYamlValueNode
| null
| undefined
Returns
boolean