austenstone/Get Job Summary
Get a GitHub Actions job summary and/or convert it to another format (PDF, markdown, or HTML)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The name of the markdown and PDF file | no | job-summary |
| create-md | Whether to create a markdown file | no | false |
| create-md-artifact | Whether to create an artifact with the markdown file | no | false |
| create-pdf | Whether to create a PDF file | no | false |
| create-pdf-artifact | Whether to create an artifact with the PDF file | no | false |
| create-html | Whether to create an HTML file | no | false |
| create-html-artifact | Whether to create an artifact with the HTML file | no | false |
| artifact-name | The name of the artifact | no | — |
Outputs
| name | description |
|---|---|
| job-summary | The job summary |
| job-summary-html | The job summary as HTML |
| pdf-file | The path to the PDF file |
| md-file | The path to the Markdown file |
| html-file | The path to the HTML file |