From 7520a6a3a9a42d450d049defefa65e79754ef81a Mon Sep 17 00:00:00 2001 From: Tanuj Kumar Mishra Date: Wed, 7 Dec 2022 17:22:59 +0000 Subject: [PATCH] altering require --- restore/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/restore/action.yml b/restore/action.yml index 24423ef..0d2b34e 100644 --- a/restore/action.yml +++ b/restore/action.yml @@ -16,10 +16,10 @@ outputs: description: 'A boolean value to indicate an exact match was found for the primary key' key: description: 'Key passed in the input to use in subsequent steps of the workflow' - required: true + required: false matched-key: description: 'Cache key restored' - required: true + required: false runs: using: 'node16' main: '../dist/restore/index.js'