Skip to content

Commit

Permalink
Update restore.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Dahiya authored and GitHub committed May 4, 2022
1 parent f2d5621 commit 626c44c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/restore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit 626c44c

Please sign in to comment.