Skip to main content

Function: getForgejoWorkflowPaths()

function getForgejoWorkflowPaths(rootDirectoryPath: string): readonly string[];

Defined in: _internal/repository-text-files.ts:145

Returns all readable Forgejo workflow file paths from .forgejo/workflows using the supported .yml and .yaml extensions.

Parameters​

rootDirectoryPath​

string

Returns​

readonly string[]