From 254814bb57884494bd8484897f95db227308613a Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Fri, 18 Nov 2022 10:16:58 +0100 Subject: [PATCH] Add `cache-hit` to `outputs`. --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index a26cdef..174ec56 100644 --- a/action.yml +++ b/action.yml @@ -45,6 +45,9 @@ inputs: required: false description: 'Post a comment containing a Native Image build report on pull requests.' default: 'false' +outputs: + cache-hit: + description: 'A boolean value to indicate an exact match was found for the primary key' runs: using: 'node16' main: 'dist/main/index.js'