tj-actions/auto-doc

Document your github action or reusable workflow with ease

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filenamePath to the yaml filenoaction.yml
col_max_widthMax width of a columnno1000
col_max_wordsMax number of words per line in a columnno5
outputPath to the output filenoREADME.md
bin_pathOptionally pass a path to the auto-doc binaryno
input_columnsList of action.yml **input** columns names to display, default (display all columns)no
output_columnsList of action.yml **output** column names to display, default (display all columns)no
reusable_output_columnsList of reusable workflow **output** column names to display, default (display all columns)no
reusable_input_columnsList of reusable workflow **input** column names to display, default (display all columns)no
reusable_secret_columnsList of reusable workflow **secret** column names to display, default (display all columns)no
reusableBoolean Indicating whether the file is a reusable workflowno
versionThe version number to runno
markdown_linksBoolean indicating whether to output input, output and secret names as markdown linksnotrue
repositoryRepository name with owner. For example, tj-actions/auto-docno${{ github.repository }}
tokenGitHub token or Personal Access Token used to fetch the repository latest tag.no${{ github.token }}
use_code_blocksEnable code block documentationnofalse
use_major_versionUse the major version of the repository tag e.g v1.0.0 -> v1nofalse
use_tag_commit_hashUse the tag commit hash as the version and add a comment with the tag name. Example: v1.0.0 -> 1a2b3c4d5e6f7g8h9i0j1k2l3m4n5o6p7q8r9s0t // v1.0.0 or v1nofalse

no outputs