3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-05-01 23:55:52 +00:00

Allow updating caches

This commit is contained in:
Gregorio Litenstein 2023-04-07 21:39:37 -04:00
parent 5a3ec84eff
commit 39c1f23499
No known key found for this signature in database
GPG key ID: 4EB52A1A9CE2C63F
7 changed files with 4317 additions and 11829 deletions

View file

@ -15,6 +15,10 @@ inputs:
description: 'An optional boolean when enabled, allows windows runners to save caches that can be restored on other platforms'
default: 'false'
required: false
refresh-cache:
description: 'An optional boolean, when enabled it will result in a matched key being deleted after being restored, allowing it to be reused with refreshed/updated content. Default: false'
required: false
default: 'false'
runs:
using: 'node20'
main: '../dist/save-only/index.js'