Cleaning up comments around env vars
Also, move `getTemporaryDirectory` back to `actions-util`.
This commit is contained in:
parent
cc0733fd12
commit
f60ef170b0
15 changed files with 101 additions and 88 deletions
2
lib/autobuild-action.js
generated
2
lib/autobuild-action.js
generated
|
|
@ -37,7 +37,7 @@ async function run() {
|
|||
if (!(await actions_util_1.sendStatusReport(await actions_util_1.createStatusReportBase("autobuild", "starting", startedAt)))) {
|
||||
return;
|
||||
}
|
||||
const config = await config_utils.getConfig(util_1.getTemporaryDirectory(), logger);
|
||||
const config = await config_utils.getConfig(actions_util_1.getTemporaryDirectory(), logger);
|
||||
if (config === undefined) {
|
||||
throw new Error("Config file could not be found at expected location. Has the 'init' action been called?");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue