losisin/Helm Docs GitHub Action

A GitHub action for generating markdown documentation using helm-docs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
chart-search-rootThe root directory to search recursively within for chartsno.
values-filePath to values filenovalues.yaml
output-fileMarkdown file path relative to each chart directory to which rendered documentation will be writtennoREADME.md
template-filesComma separated list of template files to rendernoREADME.md.gotmpl
sort-values-orderOrder in which to sort the values tableno""
skip-version-footerIf true the helm-docs version footer will not be shown in the default README templatenofalse
git-pushIf true it will commit and push the changes (ignored if `fail-on-diff` is set)nofalse
git-push-user-nameIf empty the name of the GitHub Actions bot will be used (i.e. `github-actions[bot]`)nogithub-actions[bot]
git-push-user-emailIf empty the no-reply email of the GitHub Actions bot will be used (i.e. `github-actions[bot]@users.noreply.github.com`)nogithub-actions[bot]@users.noreply.github.com
git-commit-messageCommit messagenoupdate Helm documentation
fail-on-diffFail the job if there is any diff found between the generated output and existing filenofalse
versionThe version of helm-docs to install and usenov1.14.2
namedescription
helm-docs-pathPath to the cached helm-docs binary