Embed Src - Embed Anything
Version updated for https://github.com/urmzd/fsrc to version v4.0.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The fsrc GitHub Action automates the embedding of external source files into text files, such as Markdown, YAML, or code files, using customizable comment markers. It simplifies the task of keeping documentation or configuration files synchronized with source files by automatically injecting or updating their contents. Key features include support for multiple file types, raw or fenced content insertion, custom commit options, idempotent updates, and seamless integration into CI/CD workflows.
What’s Changed
4.0.0 (2026-04-12)
Breaking Changes
- rename embed-src to fsrc (5f9b60a)
Bug Fixes
- ci: fix formatting and skip builds for non-releasable commits (c2bb504)
Miscellaneous
- commit Cargo.lock to fix release pipeline (fa3d5cf)