mirror of
https://github.com/actions/setup-java.git
synced 2026-07-29 13:23:50 +00:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
ac3a4a8d4b
commit
66cc98638d
@ -236,9 +236,7 @@ async function restoreAdditionalCache(additionalCache: AdditionalCache) {
|
|||||||
additionalCacheMatchedKeyState(additionalCache.name),
|
additionalCacheMatchedKeyState(additionalCache.name),
|
||||||
matchedKey
|
matchedKey
|
||||||
);
|
);
|
||||||
core.info(`Cache restored from key: ${matchedKey}`);
|
core.info(`${additionalCache.name} cache restored from key: ${matchedKey}`);
|
||||||
} else {
|
|
||||||
core.info(`${additionalCache.name} cache is not found`);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user