nrkno/Github action - Autodoc

Update readme with workflow and action docs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
workflow_filePath to the workflow or action file to document example workflow: `.github/workflows/plan.yaml` example action: `action.yaml` yes.github/workflows/plan.yaml
doc_filePath to the markdown file to update with documentation example: README.md yesREADME.md
start_tokenToken marking the start of the autodoc section default value: <!-- autodoc start --> no<!-- autodoc start -->
end_tokenToken marking the end of the autodoc sectionno<!-- autodoc end -->
tableFormat inputs as a markdown tablenotrue
debugPrint debug messages. 0=none, 1=some, 2=more, 3=allno0
namedescription
file_typeThe type automaticly detected by the script of the input_file documented: workflow or action
autodoc_outIf enabled, the generated documentation for inputs, secrets, and outputs