1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-05-12 03:49:55 +02:00

feat: Adding "always-save" flag that allows to save the new cache over the old cache.

This commit is contained in:
Martin Heidegger 2022-07-03 10:14:51 +09:00
parent baed3516c3
commit 5ab49b24e0
No known key found for this signature in database
GPG key ID: 5933F4B5CC304AFC
8 changed files with 63 additions and 5 deletions

View file

@ -14,6 +14,9 @@ inputs:
upload-chunk-size:
description: 'The chunk size used to split up large files during upload, in bytes'
required: false
always-save:
description: 'Flag indicating that it the cache should always be written'
required: false
outputs:
cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key'