1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-05-05 01:39:53 +02:00
This commit is contained in:
PrinsFrank 2024-08-15 10:07:26 -04:00 committed by GitHub
commit 5f0f1db391
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 25 additions and 4 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
force-overwrite:
description: 'Delete any previous (incremental) cache before pushing a new cache even if a cache for the primary cache key exists'
default: 'false'
required: false
runs:
using: 'node20'
main: '../dist/save-only/index.js'