Compare commits

..

1 Commits

Author SHA1 Message Date
mahabaleshwars
abac1ede3c
Merge 7ac17397e8 into 9704b39bf2 2024-03-04 08:46:26 +00:00

View File

@ -8,6 +8,7 @@ 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();