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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 20, 2026
License
GPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: mod-posh/updatereadme@5e0a2fbbc0a43cca38dff6c721704a465405f383 # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
project_nameThe project nameyes
project_namesOptional list of project names (comma-separated or JSON array) for generating badges. Supports .NET projects (.csproj) and PowerShell modules (.psd1)no""
write_modeHow to persist RELEASE.md: direct (commit+push), none (no git changes). pr will be added later.nodirect
github_ownerGitHub repository ownerno${{ github.repository_owner }}
github_repoGitHub repository nameno${{ github.repository }}
verboseEnable verbose outputnoverbose

no outputs