Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 517 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 517 Bytes

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