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:
parent
eda4a77b7c
commit
1bb6d2503c
13 changed files with 172 additions and 25 deletions
|
@ -39,7 +39,7 @@ async function restoreImpl(
|
|||
cachePaths,
|
||||
primaryKey,
|
||||
restoreKeys,
|
||||
{},
|
||||
{ dryRun: core.getBooleanInput(Inputs.DryRun) },
|
||||
enableCrossOsArchive
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue