Update restore.ts

This commit is contained in:
Deepak Dahiya
2022-05-04 21:26:37 +08:00
committed by GitHub
parent f2d5621efc
commit 626c44ce85

View File

@ -4,11 +4,6 @@ import * as core from "@actions/core";
import { Events, Inputs, State } from "./constants";
import * as utils from "./utils/actionUtils";
interface RestoreError {
name: string;
message: string;
}
async function run(): Promise<void> {
try {
if (!utils.isCacheFeatureAvailable()) {