mirror of
https://gitea.com/actions/cache.git
synced 2025-08-24 12:39:17 +08:00
Removed unused code
This commit is contained in:
@@ -10,7 +10,7 @@ async function restoreImpl(
|
||||
): Promise<string | undefined> {
|
||||
try {
|
||||
if (!utils.isCacheFeatureAvailable()) {
|
||||
utils.setCacheHitOutput(false);
|
||||
core.setOutput(Outputs.CacheHit, "false");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user