Github Markdown to HTML
ActionsTags
(2)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 }}Github Markdown to HTML is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.