Merge branch 'main' into todgru/v4-documentation-update

This commit is contained in:
Bassem Dghaidi 2024-08-14 12:09:56 +02:00 committed by GitHub
commit c4ee99a3bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 10 additions and 6 deletions

View file

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