Export main action functions, ease reuse

This commit is contained in:
Paulo Lieuthier 2021-05-11 11:47:45 -03:00
commit 66243ade0a
4 changed files with 4 additions and 2 deletions

1
dist/setup/index.js vendored
View file

@ -35713,6 +35713,7 @@ function run() {
}
});
}
exports.default = run;
run();