actions-marketplace-validations/embed-src
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. | no | README.md |
| commit-message | The message to associate with the commit containing the modified files. | no | chore: embed source files |
| commit-name | Define the name of the committer. | no | github-actions[bot] |
| commit-email | Define the email of the committer. | no | github-actions[bot]@users.noreply.github.com |
| commit-push | Set to false to skip the push. | no | true |
| commit-dry | Set to true to skip the commit. | no | false |
| github-token | GitHub token for downloading the binary. | no | ${{ github.token }} |
Outputs
no outputs