removed error warning

This commit is contained in:
mahabaleshwars 2024-03-05 12:48:13 +05:30
parent 7ac17397e8
commit c2eed4c7f8

View File

@ -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();