UNPKG

github-action-readme-generator

Version:

The docs generator for GitHub Actions. Auto-syncs action.yml to README.md with 8 sections: inputs, outputs, usage, badges, branding & more. Works as CLI or GitHub Action.

7 lines (6 loc) 272 B
/** * Returns the working directory path based on the environment variables. * The order of preference is GITHUB_WORKSPACE, INIT_CWD, and then the current working directory. * @returns The working directory path. */ export default function workingDirectory(): string;