Renders a Markdown document in HTML using the Github REST API. The API is called with the current repository as context
and gfm
as mode
to resolve references to PRs and issues. See Github REST API for more details.
The Markdown text to render in HTML.
The rendered in HTML.
uses: repolevedavaj/github-markdown-to-html@v1
with:
text: ${{ steps.release.outputs.body }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}