From c2eed4c7f8f081fe5213b104fb87afba94593c20 Mon Sep 17 00:00:00 2001 From: mahabaleshwars Date: Tue, 5 Mar 2024 12:48:13 +0530 Subject: [PATCH] removed error warning --- src/util.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util.ts b/src/util.ts index 4d61574e..4f4616e4 100644 --- a/src/util.ts +++ b/src/util.ts @@ -8,7 +8,6 @@ import * as core from '@actions/core'; import * as tc from '@actions/tool-cache'; import {INPUT_JOB_STATUS, DISTRIBUTIONS_ONLY_MAJOR_VERSION} from './constants'; import {OutgoingHttpHeaders} from 'http'; -import {error} from 'console'; export function getTempDir() { const tempDirectory = process.env['RUNNER_TEMP'] || os.tmpdir();