urmzd/fsrc - Embed Anything
A GitHub Action that embeds source files into any text file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Space-separated list of files to process. | — | README.md |
| commit-message | The message to associate with the commit containing the modified files. | — | chore: embed source files |
| commit-name | Git user name for commits. | — | github-actions[bot] |
| commit-email | Git user email for commits. | — | 41898282+github-actions[bot]@users.noreply.github.com |
| commit-push | Set to false to skip the push. | — | true |
| commit-dry | Set to true to skip the commit. | — | false |
| github-token | GitHub token for downloading the binary. | — | ${{ github.token }} |
Outputs
no outputs