alistaircol/Update markdown section
Update a section in a markdown with arbitrary markup
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 1, 2024
- License
- None
Pinned Snippet
uses: alistaircol/update-markdown-action@4404dab5cc82af92981e5bfc3119fe4dad5d4b6a # v0.2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Relative path to markdown document to update | no | README.md |
| delimiter_open | Opening delimiter to indicate the section to update | no | `<!-- start-section -->` |
| delimiter_close | Closing delimiter to indicate the section to update | no | `<!-- end-section -->` |
| content | Contents to place inside the section delimiters | yes | — |
Outputs
no outputs