add support for read-only cache

This commit is contained in:
erik-krogh 2022-11-22 10:17:29 +01:00
parent 6babf202a4
commit a88d0603fe
No known key found for this signature in database
8 changed files with 79 additions and 3 deletions

View file

@ -14,6 +14,9 @@ inputs:
upload-chunk-size:
description: 'The chunk size used to split up large files during upload, in bytes'
required: false
read-only:
description: 'If true, the action will only check for a cache hit and will not save a new cache'
required: false
outputs:
cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key'