mirror of
https://gitea.com/actions/setup-java.git
synced 2026-07-11 19:41:57 +08: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:
@@ -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`);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user