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'