Compare commits

...

2 Commits

Author SHA1 Message Date
mahabaleshwars
f64f55a53c
Merge c2eed4c7f8 into 9704b39bf2 2024-03-05 07:18:21 +00:00
mahabaleshwars
c2eed4c7f8 removed error warning 2024-03-05 12:48:13 +05:30

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