Fix build. (#11)
* Fix. * Husky commit correct node modules * update temp in installer
This commit is contained in:

committed by
Danny McCormick

parent
596a6da241
commit
c0655ddd33
@ -1,4 +1,4 @@
|
||||
let tempDirectory = process.env['RUNNER_TEMPDIRECTORY'] || '';
|
||||
let tempDirectory = process.env['RUNNER_TEMP'] || '';
|
||||
|
||||
import * as core from '@actions/core';
|
||||
import * as io from '@actions/io';
|
||||
|
Reference in New Issue
Block a user