Merge branch 'master' into safe-config-parsing
This commit is contained in:
commit
5a97f7e980
23 changed files with 140 additions and 169 deletions
|
|
@ -248,7 +248,7 @@ function initConfig(): Config {
|
|||
}
|
||||
|
||||
function getConfigFolder(): string {
|
||||
return util.getRequiredEnvParam('RUNNER_WORKSPACE');
|
||||
return util.getRequiredEnvParam('RUNNER_TEMP');
|
||||
}
|
||||
|
||||
export function getConfigFile(): string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue