mirror of
https://github.com/actions/cache.git
synced 2025-06-18 23:02:57 -06:00
Removed unused code
This commit is contained in:
parent
407044787b
commit
1ddc49105d
7 changed files with 12 additions and 32 deletions
|
@ -10,7 +10,7 @@ async function restoreImpl(
|
|||
): Promise<string | undefined> {
|
||||
try {
|
||||
if (!utils.isCacheFeatureAvailable()) {
|
||||
utils.setCacheHitOutput(false);
|
||||
core.setOutput(Outputs.CacheHit, "false");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue