actions-marketplace-validations/Markdown autodocs
A github action that automatically format markdown files, sync external docs/src code & make better docs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commit_author | Value used for the commit author. Defaults to the username of whoever triggered this workflow run. | no | ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> |
| commit_user_email | Email address used for the commit user | no | actions@github.com |
| commit_message | Commit message | no | Apply automatic changes |
| branch | Git branch name, where changes should be pushed too. | no | ${{ github.head_ref }} |
| output_file_paths | Output markdown file paths. | no | [./README.md] |
| categories | Categories to automatically sync or transform its contents in the markdown files. | no | [code-block,json-to-html-table,workflow-artifact-table,markdown] |
Outputs
no outputs