mirror of
https://github.com/actions/cache.git
synced 2026-06-05 16:23:47 +08:00
Also add "force-overwrite" option to save-only action
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