mangs/mangs/super-cache-action

Simple GitHub Action that improves cache performance over actions/cache's recommendations for Node.js projects

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
cache-key-suffixString appended to the end of the auto-generated cache key that allows for cache key customization (e.g. separate development and production caches with the latter using `npm ci --production`)no""
cache-targetsSingle- or multi-line string wherein each line targets a resource to cache; can use globsno./node_modules
package-managerPackage manager target for caching operationsnonpm
namedescription
cache-hitA string containing either 'true' or 'false' indicating if 'cache-targets' were fetched from cache and applied to the current workflow run