actions-marketplace-validations/Markdown to Output
Read a markdown file to action output.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 25, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/markpatterson27_markdown-to-output@728ed513e4c5ddc712f171c2cafc824093667ffb # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| filepath | path to markdown file to be read and parsed | yes | — |
Outputs
| name | description |
|---|---|
| attributes | array of parsed front matter attributes |
| body | main body content of file |