Skip to content

Attachs some Markdown report to the GitHub Actions build

Notifications You must be signed in to change notification settings

dtinth/markdown-report-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

markdown-report-action

Attachs a Markdown report your GitHub Actions build. This action uses the Checks API, which is less noisy and more tidy than using comments.

This report will appear as another job in GitHub Actions UI:

run

In a pull request, the report will appear as neutral status check:

checks

Usage

# First, create a Markdown file containing the report.
- run: echo 'Content here. You *can* use Markdown.' | tee /tmp/report.md

# Then use this action to generate the report.
- uses: dtinth/markdown-report-action@v1
  with:
    name: Report name
    title: Report title here
    body-file: /tmp/report.md

About

Attachs some Markdown report to the GitHub Actions build

Resources

Stars

Watchers

Forks

Packages