actions-marketplace-validations/PowerShell Module Cache
Caching modules from PSRepositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 11, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/potatoqualitee_psmodulecache@6740a32028943d3756e6043d49e753c604f20d0d # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| modules-to-cache | Name of PowerShell modules to cache from registered PsRepositories (PowerShell Gallery by default) | no | — |
| modules-to-cache-prerelease | Name of prerelease PowerShell modules to cache from registered PsRepositories (PowerShell Gallery by default). Uses the -AllowPrerelease parameter during Save-Module. | no | — |
| shell | The default shell to use. Options are 'powershell' or 'pwsh' (default) or both. | no | pwsh |
| updatable | Triggers an update of one or more modules. | no | false |
| prefixidentifier | Prefixes the cache key name with the Workflow name ($env:GITHUB_WORKFLOW). Used to group cache keys. | no | false |
Outputs
no outputs