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:
In a pull request, the report will appear as neutral status check:
# 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