mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-08-08 15:24:50 +02:00
fix: merge remote-tracking branch 'upstream/main'
This commit is contained in:
commit
356864ca69
55 changed files with 17691 additions and 4478 deletions
|
@ -9,7 +9,7 @@ inputs:
|
|||
description: 'An explicit key for restoring the cache'
|
||||
required: true
|
||||
restore-keys:
|
||||
description: 'An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.'
|
||||
description: 'An ordered multiline string listing the prefix-matched keys, that are used for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.'
|
||||
required: false
|
||||
enableCrossOsArchive:
|
||||
description: 'An optional boolean when enabled, allows windows runners to restore caches that were saved on other platforms'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue