ma11hewthomas/markdown-builder
A GitHub Action to build markdown summaries for GitHub Actions and pull requests using Handlebars templates.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| template-file-path | Path to the Handlebars template file to use. | yes | — |
| json-file-path | Path to the optional JSON file for template data. | no | — |
| summary | Post markdown to GitHub Action summary | — | true |
| pull-request | Comment markdown on Pull Request | — | false |
Outputs
| name | description |
|---|---|
| summary | The generated markdown summary. |