Skip to content

Github Action that just restores paths from cache and fails on cache misses

License

Notifications You must be signed in to change notification settings

codequest-eu/restore-cache-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restore Cache Action

Github Action which only restores paths from a cache and will fail on cache misses.

Useful when you have a job that primes the cache and then other jobs that just need to use it.

Based on actions/cache.

Usage

Inputs

  • path - A list of files, directories, and wildcard patterns to cache and restore. See @actions/glob for supported patterns.
  • key - Key for restoring the cache

About

Github Action that just restores paths from cache and fails on cache misses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published