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
1
lib/analyze-action.js
generated
1
lib/analyze-action.js
generated
|
|
@ -57,6 +57,7 @@ async function run() {
|
|||
let runStats = undefined;
|
||||
let config = undefined;
|
||||
util.initializeEnvironment(util.Mode.actions, pkg.version);
|
||||
await util.checkActionVersion(pkg.version);
|
||||
try {
|
||||
if (!(await actionsUtil.sendStatusReport(await actionsUtil.createStatusReportBase("finish", "starting", startedAt)))) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue