unfor19/replacer-action
Auto-update README.md according to soucre code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| src-file-path | The file to get the text from | yes | "" |
| dst-file-path | The file to update, defaults to README.md | yes | README.md |
| start-value | The tag before the text block | yes | <!-- replacer_start --> |
| end-value | The tag after the text block | yes | <!-- replacer_end --> |
| git-user-name | Name of the user that will appear as the actor | no | GitHub Actions |
| git-user-email | Email address of the user that will appear as the actor | no | githubactions@meirg.co.il |
| git-commit-msg | Commit message | no | Updated by GitHub Actions |
| git-skip-commit | Skip Git commit | no | false |
| git-skip-push | Skip Git push | no | false |
| create-backup | Create a backup file, for example README.md.bak | no | true |
Outputs
no outputs