Merge branch 'main' into restore-dry-run

This commit is contained in:
Marc Mueller 2023-01-30 22:31:11 +01:00
commit b60c82ce6b
24 changed files with 205 additions and 68 deletions

View file

@ -15,6 +15,10 @@ inputs:
description: 'An optional boolean when enabled, allows windows runners to restore caches that were saved on other platforms'
default: 'false'
required: false
fail-on-cache-miss:
description: 'Fail the workflow if cache entry is not found'
default: 'false'
required: false
lookup-only:
description: 'Skip downloading cache. Only check if cache entry exists'
default: 'false'