You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String 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)
cache-targets
N
./node_modules
Single- or multi-line string wherein each line targets a resource to cache; can use globs
package-manager
N
npm
Package manager target for caching operations
Action Outputs
Name
Descripition
cache-hit
A string containing either true or false indicating if cache-targets were fetched from cache and applied to the current workflow run