mod-posh/Update README with Badges
A GitHub Action to update the README.md with badges for .NET packages (NuGet) and PowerShell modules (PowerShell Gallery)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 20, 2026
- License
- GPL 3.0
Pinned Snippet
uses: mod-posh/updatereadme@5e0a2fbbc0a43cca38dff6c721704a465405f383 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project_name | The project name | yes | — |
| project_names | Optional list of project names (comma-separated or JSON array) for generating badges. Supports .NET projects (.csproj) and PowerShell modules (.psd1) | no | "" |
| write_mode | How to persist RELEASE.md: direct (commit+push), none (no git changes). pr will be added later. | no | direct |
| github_owner | GitHub repository owner | no | ${{ github.repository_owner }} |
| github_repo | GitHub repository name | no | ${{ github.repository }} |
| verbose | Enable verbose output | no | verbose |
Outputs
no outputs