Prompt customers to upgrade from v1 to v2
This commit is contained in:
parent
ff8b365e79
commit
0256599547
18 changed files with 189 additions and 13 deletions
3
lib/autobuild-action.js
generated
3
lib/autobuild-action.js
generated
|
|
@ -39,8 +39,9 @@ async function sendCompletedStatusReport(startedAt, allLanguages, failingLanguag
|
|||
await (0, actions_util_1.sendStatusReport)(statusReport);
|
||||
}
|
||||
async function run() {
|
||||
const logger = (0, logging_1.getActionsLogger)();
|
||||
const startedAt = new Date();
|
||||
const logger = (0, logging_1.getActionsLogger)();
|
||||
await (0, util_1.checkActionVersion)(pkg.version);
|
||||
let language = undefined;
|
||||
try {
|
||||
if (!(await (0, actions_util_1.sendStatusReport)(await (0, actions_util_1.createStatusReportBase)("autobuild", "starting", startedAt)))) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue