eh-poc/EH CI Summary Builder
A Github Action to build CI Summary for a pull request using Handlebars templates for EH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| init-json-file-path | Path to the JSON file to initialize the CI summary. | no | — |
| name | The name of the workflow that need to be reported | no | — |
| required | Whether the workflow is required or optional | no | — |
| status | The status of the workflow | no | — |
| html-url | The URL of the workflow run | no | — |
| errors | The errors of the workflow run | no | — |
| pull-request | Create a pull request comment or not | no | true |
Outputs
| name | description |
|---|---|
| summary | The generated markdown summary. |