mirror of
https://github.com/actions/cache.git
synced 2025-07-13 03:51:49 +02:00
Reverted custom asks implemented and added wrapper
This commit is contained in:
@ -11,10 +11,6 @@ inputs:
|
||||
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.'
|
||||
required: false
|
||||
exit-on-cache-miss:
|
||||
description: 'Fail the workflow if the cache is not found for the primary key'
|
||||
required: false
|
||||
default: false
|
||||
outputs:
|
||||
cache-hit:
|
||||
description: 'A boolean value to indicate an exact match was found for the primary key'
|
||||
|
Reference in New Issue
Block a user