mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-24 04:15:32 +00:00
Allow updating caches
This commit is contained in:
parent
36f1e144e1
commit
d69c349a03
7 changed files with 3802 additions and 12803 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
|
||||
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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue