From 749e4491fa6be89d2cd6d667467704e8bd954a2b Mon Sep 17 00:00:00 2001 From: ansraliant Date: Wed, 7 Sep 2022 19:34:51 +0900 Subject: [PATCH] Add Cache Hit Output (#373) --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index ec05f65..8a7214b 100644 --- a/action.yml +++ b/action.yml @@ -66,6 +66,8 @@ outputs: description: 'Actual version of the java environment that has been installed' path: description: 'Path to where the java environment has been installed (same as $JAVA_HOME)' + cache-hit: + description: 'A boolean value to indicate an exact match was found for the primary key' runs: using: 'node16' main: 'dist/setup/index.js'