mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-05-05 01:39:53 +02:00
Merge 0d93be3424
into 81382a721f
This commit is contained in:
commit
5f0f1db391
5 changed files with 25 additions and 4 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue