actions-marketplace-validations/Markdown Concatenate
Performs a concatenation on markdown files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 15, 2025
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/bayssmekanique_action-md-concat@1bc85bd767c51b9bb93c2e6b72470748c97e3b44 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| srcDir | Path to directory of md files to concatenate. | yes | — |
| destFile | Destination file path for concatenated file, including file name. | yes | — |
| limit | Limit concatenation to specified number of files sorted by name. (Leave blank for no limit) | no | — |
| reverse | Reverse ordering of concatenation to descending. (Leave blank for ascending ordering) | no | — |
| separator | String to use between each concatenated file. (Default is new line character) | no | — |
Outputs
no outputs