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

Update action.yml

This commit is contained in:
Sankalp Kotewar 2022-11-17 10:15:38 +05:30 committed by GitHub
parent 286fe1ac83
commit e2268699bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,9 +12,6 @@ inputs:
restore-keys: restore-keys:
description: 'An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.' description: 'An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.'
required: false required: false
upload-chunk-size:
description: 'The chunk size used to split up large files during upload, in bytes'
required: false
outputs: outputs:
cache-hit: cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key' description: 'A boolean value to indicate an exact match was found for the primary key'