Removed unused code

This commit is contained in:
Sankalp Kotewar 2022-12-12 14:03:16 +00:00 committed by GitHub
parent 407044787b
commit 1ddc49105d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 32 deletions

View file

@ -10,7 +10,7 @@ async function restoreImpl(
): Promise<string | undefined> {
try {
if (!utils.isCacheFeatureAvailable()) {
utils.setCacheHitOutput(false);
core.setOutput(Outputs.CacheHit, "false");
return;
}