From c7f8069c3567dc60760ed0db9ca241688a02e9f1 Mon Sep 17 00:00:00 2001 From: Sundar Date: Thu, 15 Apr 2021 22:39:04 +0530 Subject: [PATCH] Update run.ts --- src/run.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/run.ts b/src/run.ts index c46e612..8fff273 100644 --- a/src/run.ts +++ b/src/run.ts @@ -3,7 +3,6 @@ import * as path from 'path'; import * as util from 'util'; import * as fs from 'fs'; -import * as toolCache from '@actions/tool-cache'; import * as core from '@actions/core'; const kubectlToolName = 'kubectl';