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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

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()) {