actions-marketplace-validations/Markdown Embed Code From File - Fork
Action to synchronize "any" code in markdown with an external file. No more managing code as plain text.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 3, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/technology-studio-forks_markdown-embed-code@b7279b286dbbcaa341fdacf261854ede2c4ab756 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }} | yes | — |
| markdown | Target markdown file path. | no | README.md |
| message | Commit message for action. | no | Embedding code into Markdown |
| no_change | Issue comment at no changed | no | No changes on README! |
| output | Output markdown file path. If none, override target file. | no | "" |
| silent | No issue comment in silent mode | no | false |
Outputs
no outputs