mirror of
https://github.com/actions/setup-java.git
synced 2026-06-26 23:17:54 +00:00
Compare commits
2 Commits
abac1ede3c
...
f64f55a53c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f64f55a53c | ||
|
|
c2eed4c7f8 |
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user