mediatech15/Markdown to Summary

A GitHub Action to output a markdown file to an Action Check for that run.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filethe file to make into a check summary. If artifact is used then it will be the path within the artifact.no""
markdownthe markdown string to render. You can not use this with a file based option.no""
artifactan artifact to retrieve for getting the fileno""
check_namethe name of the check to use. Defaults to the file name.no""
conclusionthe 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) nosuccess
tokenthe token to use for operations. Default is GITHUB_TOKENno${{ github.token }}

no outputs