mirror of
https://github.com/actions/cache.git
synced 2025-07-01 13:34:15 +00:00
Add option reevaluate the key
This commit is contained in:
parent
5c79b3fd6c
commit
fa2f4155aa
4 changed files with 45 additions and 6 deletions
|
@ -14,6 +14,10 @@ inputs:
|
|||
upload-chunk-size:
|
||||
description: 'The chunk size used to split up large files during upload, in bytes'
|
||||
required: false
|
||||
reevaluate-key:
|
||||
description: 'If set to true, the key will be re-evaluated when saving the cache.'
|
||||
required: false
|
||||
default: 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