Variable: githubActionsConfigMetadataByName
const githubActionsConfigMetadataByName: Readonly<
Record<
GithubActionsConfigName,
{
description: string;
files: readonly string[];
icon: string;
presetName: string;
}
>
>;
Defined in: _internal/github-actions-config-references.ts:50
Display metadata for each preset used in README and docs surfaces.