Embed Src - Embed Anything
Version updated for https://github.com/urmzd/fsrc to version v4.0.1.
- 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 process of embedding the contents of source files into any text-based file, such as Markdown, YAML, or code files, using customizable comment markers. It solves the problem of manually copying and updating file content by automatically replacing designated markers with the latest content from referenced files. Key features include support for raw or fenced content insertion, seamless integration with GitHub workflows, and options for dry-run mode, commit customization, and language-specific formatting.
What’s Changed
4.0.1 (2026-04-16)
Bug Fixes
- ci: migrate sr v4 to v7 for artifact and input support (#20) (a608161)
- skip git config in dry-run mode (bac674f)
- ci: stage Cargo.lock in release to fix cargo publish (246f102)
Refactoring
- inline agentspec-update (#18) (5d50660)
Misc
- migrate sr config and action to v4 (dc9da81)