dirrk/action-docs
Github action that generates docs for a github action and injects them into the README.md
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action_docs_working_dir | Directory that contains the action.yml and README.md | no | . |
| action_docs_template_file | Template file to use for rendering the markdown docs | no | /src/default_template.tpl |
| action_docs_git_push | If true it will commit and push the changes | no | true |
| action_docs_git_commit_message | Commit message | no | action-docs: automated action |
Outputs
| name | description |
|---|---|
| num_changed | Number of files changed |