From 19f97cdb0b9032a8bf17b4535c6ca69f34a609cd Mon Sep 17 00:00:00 2001 From: Bogdan Dumitru Date: Tue, 29 Sep 2020 16:35:13 +0200 Subject: [PATCH] Add new input to action definition --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index e50c38b..5e08c70 100644 --- a/action.yml +++ b/action.yml @@ -11,6 +11,9 @@ inputs: restore-keys: description: 'An ordered list of keys to use for restoring the cache if no cache hit occurred for key' required: false + only-check-key: + description: 'Just check that the primary key exists, without downloading the cache' + require: false outputs: cache-hit: description: 'A boolean value to indicate an exact match was found for the primary key'