1
0
Fork 0
mirror of https://github.com/actions/cache.git synced 2024-09-19 09:26:43 +00:00

Address review comments

This commit is contained in:
Sampark Sharma 2023-01-05 11:03:51 +00:00 committed by GitHub
parent 94407e72c8
commit a88f332eb2
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: