mirror of
https://github.com/actions/cache.git
synced 2024-11-10 00:11:46 +01:00
Address review comments
This commit is contained in:
parent
94407e72c8
commit
a88f332eb2
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ inputs:
|
|||
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.'
|
||||
required: false
|
||||
enableCrossOsArchive:
|
||||
description: 'An optional boolean when enabled, allows windows runners to restore caches that may be saved on other platforms'
|
||||
description: 'An optional boolean when enabled, allows windows runners to restore caches that were saved on other platforms'
|
||||
default: 'false'
|
||||
required: false
|
||||
outputs:
|
||||
|
|
Loading…
Reference in a new issue