Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 264 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 264 Bytes

Markdown to string action

This action transform markdown to string

Inputs

file-path

Required path to .md file

Outputs

result

formatted string

Example usage

uses: actions/markdown-to-string@v1 with: file-path: './README.md'