Add option reevaluate the key

This commit is contained in:
Matt Johnson-Pint 2022-11-18 14:19:10 -08:00
commit fa2f4155aa
No known key found for this signature in database
GPG key ID: FC13C394A988CF1D
4 changed files with 45 additions and 6 deletions

View file

@ -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'