action-docs

Generate documentation for GitHub Actions from action.yml files

brewmacoslinux
Try with needOr install directly
Source

About

Generate docs for GitHub actions

Commands

action-docs

Examples

Generate documentation for all actions in current directory$ action-docs
Generate docs for a specific action.yml file$ action-docs --action-file ./my-action/action.yml
Update documentation in README with action details$ action-docs --update-readme