1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-04 21:37:47 +02:00

Update action.yml

This commit is contained in:
Sankalp Kotewar 2022-11-14 16:44:09 +05:30 committed by GitHub
parent ff69bd874c
commit 70b795fcaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,14 +14,6 @@ inputs:
upload-chunk-size:
description: 'The chunk size used to split up large files during upload, in bytes'
required: false
skip-save:
description: 'To save cache after the build or not'
required: false
default: 'no'
skip-restore:
description: 'To restore cache before the build or not'
required: false
default: 'no'
outputs:
cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key'