Merge branch 'main' into restore-dry-run

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

View File

@@ -18,6 +18,10 @@ inputs:
description: 'An optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively 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'