From c3fdb796e5a9d349404434f0ff290f80cda18b68 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Tue, 22 Nov 2022 07:04:49 +0000 Subject: [PATCH] Updated save action to remove output --- save/action.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/save/action.yml b/save/action.yml index 1244748..28f6432 100644 --- a/save/action.yml +++ b/save/action.yml @@ -14,9 +14,6 @@ inputs: upload-chunk-size: description: 'The chunk size used to split up large files during upload, in bytes' required: false -outputs: - cache-hit: - description: 'A boolean value to indicate an exact match was found for the primary key' runs: using: 'node16' main: '../dist/save/index.js'