1
0
Fork 0
mirror of https://github.com/actions/cache.git synced 2025-07-10 21:00:46 +00:00

Add dry-run option

This commit is contained in:
Marc Mueller 2022-12-23 14:26:44 +01:00
parent eda4a77b7c
commit 1bb6d2503c
13 changed files with 172 additions and 25 deletions

View file

@ -39,7 +39,7 @@ async function restoreImpl(
cachePaths,
primaryKey,
restoreKeys,
{},
{ dryRun: core.getBooleanInput(Inputs.DryRun) },
enableCrossOsArchive
);