Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors