diff --git a/restore/action.yml b/restore/action.yml index 0d2b34e..153eaa1 100644 --- a/restore/action.yml +++ b/restore/action.yml @@ -16,10 +16,8 @@ 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: false matched-key: description: 'Cache key restored' - required: false runs: using: 'node16' main: '../dist/restore/index.js'