mirror of
https://github.com/actions/cache.git
synced 2025-04-22 12:06:45 +00:00
Introduce save-only option for parity
This commit is contained in:
parent
e44e77f968
commit
42580c43b4
7 changed files with 83 additions and 10 deletions
|
@ -14,6 +14,9 @@ inputs:
|
|||
restore-only:
|
||||
description: 'Disables saving a new cache entry when true'
|
||||
required: false
|
||||
save-only:
|
||||
description: 'Disables downloading and restoring 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