|
|
@ -11,10 +11,10 @@ inputs:
|
|
|
|
restore-keys:
|
|
|
|
restore-keys:
|
|
|
|
description: 'An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.'
|
|
|
|
description: 'An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.'
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
strict-restore:
|
|
|
|
exit-on-cache-miss:
|
|
|
|
description: 'Fail the workflow if the cache is not found for the given key.'
|
|
|
|
description: 'Fail the workflow if the cache is not found for the primary key'
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: "no"
|
|
|
|
default: false
|
|
|
|
outputs:
|
|
|
|
outputs:
|
|
|
|
cache-hit:
|
|
|
|
cache-hit:
|
|
|
|
description: 'A boolean value to indicate an exact match was found for the primary key'
|
|
|
|
description: 'A boolean value to indicate an exact match was found for the primary key'
|
|
|
|