pndurette/GitHub Actions Auto-Docs

A GitHub Action for generating GitHub Actions documentation

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
action_yaml_fileThe path to the GitHub Action's `action.yml` fileno./action.yml
include_inputsWhenever to document the action's inputsnotrue
include_outputsWhenever to document the action's outputsnotrue
heading_sizeThe Markdown heading size to use for the documented sections (i.e. number of `#`) no3
template_fileThe file used as templateno./README.md
target_fileThe resulting file of the template substitution. To update in-place, this can be the same as `template_file`. no./README.md
marker_startThe opening marker from which the template substitution will take place no<!--doc_begin-->
marker_endThe closing marker to which the template substitution will take place no<!--doc_end-->
git_pushWhenever to commit and push changes changes to `target_file` notrue
git_push_user_nameThe git user name to commit withnogithub-actions[bot]
git_push_user_emailThe git user email to commit withnogithub-actions[bot]@users.noreply.github.com
git_commit_messageThe git commit messagenoGitHub Action Auto-Docs
git_commit_signoffWhenever to sign-off the git commitnofalse

no outputs