mirror of
https://github.com/actions/cache.git
synced 2026-06-11 16:53:46 +08:00
Merge 0d93be3424 into 81382a721f
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user