mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 18:36:46 +00:00
Fix build. (#11)
* Fix. * Husky commit correct node modules * update temp in installer
This commit is contained in:
parent
596a6da241
commit
c0655ddd33
22 changed files with 390 additions and 323 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue