We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901a2fa commit e207ec4Copy full SHA for e207ec4
1 file changed
src/utilities/fileUtils.ts
@@ -12,7 +12,7 @@ import {K8sObject} from '../types/k8sObject'
12
export const urlFileKind = 'urlfile'
13
14
export function getTempDirectory(): string {
15
- return process.env['runner.tempDirectory'] || os.tmpdir()
+ return process.env['RUNNER_TEMP'] || os.tmpdir()
16
}
17
18
export function writeObjectsToFile(inputObjects: any[]): string[] {
0 commit comments