mirror of
https://github.com/actions/cache.git
synced 2025-04-22 12:06:45 +00:00
Add a restore-only option to support pulling without saving a cache entry
This commit is contained in:
parent
e43776276f
commit
e44e77f968
4 changed files with 56 additions and 1 deletions
|
@ -11,6 +11,9 @@ inputs:
|
|||
restore-keys:
|
||||
description: 'An ordered list of keys to use for restoring the cache if no cache hit occurred for key'
|
||||
required: false
|
||||
restore-only:
|
||||
description: 'Disables saving a new cache entry when true'
|
||||
required: false
|
||||
outputs:
|
||||
cache-hit:
|
||||
description: 'A boolean value to indicate an exact match was found for the primary key'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue