gnpaone/Winget Badge Update
Fetch and update Winget package version in profile's README dynamically
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| id | Winget package ID | yes | — |
| style | Badge style | no | flat |
| label | Left-hand-side text | no | Winget package |
| label_color | Background color of the left part | no | gray |
| color | Background color of the right part | no | blue |
| readme_path | Path of readme file | no | ./README.md |
| marker_text | Marker text to replace in readme file | yes | — |
| pkg_link | Winget package repo link | no | "" |
| newline | Add \n after start marker | no | true |
| html | Return badge as html instead of markdown text | no | false |
| commit_user | Git username | no | winget-badge-bot |
| commit_email | Git user email | no | winget-badge-actions[bot]@github.com |
| commit_message | Git commit message | no | Update readme with latest winget version badge |
| confirm_and_push | Push commits to Github repo | no | true |
Outputs
| name | description |
|---|---|
| winget_ver | Winget package version |
| git_username | Committer username |
| git_email | Committer email |
| commit_message | Commit message |