actions-marketplace-validations/Markdown Concatenate

Performs a concatenation on markdown files.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Feb 15, 2025
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/bayssmekanique_action-md-concat@1bc85bd767c51b9bb93c2e6b72470748c97e3b44 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
srcDirPath to directory of md files to concatenate.yes
destFileDestination file path for concatenated file, including file name.yes
limitLimit concatenation to specified number of files sorted by name. (Leave blank for no limit)no
reverseReverse ordering of concatenation to descending. (Leave blank for ascending ordering)no
separatorString to use between each concatenated file. (Default is new line character)no

no outputs