add tempDir and toolCacheDir to config
This commit is contained in:
parent
e9e2284547
commit
9c29fe283d
18 changed files with 156 additions and 114 deletions
|
|
@ -41,7 +41,7 @@ async function run() {
|
|||
return;
|
||||
}
|
||||
|
||||
const config = await config_utils.getConfig();
|
||||
const config = await config_utils.getConfig(util.getRequiredEnvParam('RUNNER_TEMP'));
|
||||
|
||||
// Attempt to find a language to autobuild
|
||||
// We want pick the dominant language in the repo from the ones we're able to build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue