mediatech15/Markdown to Summary
A GitHub Action to output a markdown file to an Action Check for that run.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | the file to make into a check summary. If artifact is used then it will be the path within the artifact. | no | "" |
| markdown | the markdown string to render. You can not use this with a file based option. | no | "" |
| artifact | an artifact to retrieve for getting the file | no | "" |
| check_name | the name of the check to use. Defaults to the file name. | no | "" |
| conclusion | the result of the check. Default is 'success'. Options are: - success - failure - neutral - action_required The 'timed_out', 'skipped', 'cancelled', 'stale' options are not allowed. (not relevant to action) | no | success |
| token | the token to use for operations. Default is GITHUB_TOKEN | no | ${{ github.token }} |
Outputs
no outputs