gnpaone/Dynamic update Readme
Update any content to GitHub profile's readme or any markdown dynamically
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| readme_path | Path of readme file | no | ./README.md |
| marker_text | Marker text to replace in readme file | yes | — |
| markdown_text | Markdown text to be updated | yes | — |
| table | If markdown text is a table | no | false |
| table_options | Alignment options for table markdown | no | — |
| commit_user | Git username | no | markdown-update-bot |
| commit_email | Git user email | no | markdown-updater[bot]@github.com |
| commit_message | Git commit message | no | Update readme with dynamic data |
| confirm_and_push | Push commits to Github repo | no | true |
Outputs
| name | description |
|---|---|
| git_username | Committer username |
| git_email | Committer email |
| commit_message | Commit message |