UNPKG

github-action-readme-generator

Version:

This is a CLI tool and GitHub Action that reads in the details from a GitHub Action's `action.yml` file and updates the `README.md` file with the `name`, `description`, `usage`, `inputs`, `outputs`, and examples of the action. Configuration can be provid

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;