markpatterson27/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: markpatterson27/markdown-to-output@5fde4866b5c88ff7f9893aa0ce78b2531acd747a # v1.2.1tags 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 |