mirror of
https://github.com/actions/cache.git
synced 2025-04-19 10:36:46 +00:00
Rename option to lookup-only
This commit is contained in:
parent
d1960e64f9
commit
2ef4e0621f
16 changed files with 68 additions and 68 deletions
|
@ -18,7 +18,7 @@ inputs:
|
|||
description: 'An optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platforms'
|
||||
default: 'false'
|
||||
required: false
|
||||
dry-run:
|
||||
lookup-only:
|
||||
description: 'Skip downloading cache. Only check if cache entry exists'
|
||||
default: 'false'
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue