update dist files

This commit is contained in:
Jess Bees
2022-03-23 14:56:28 -04:00
parent 92f6725bee
commit 7a1dc4e394
2 changed files with 6 additions and 2 deletions

6
dist/index.js vendored
View File

@@ -7472,7 +7472,11 @@ process.on('SIGINT', cancelHandler)
process.on('SIGTERM', cancelHandler)
// Main
main().then(() => __nccwpck_require__(9557))
if (core.getInput("emit_telemetry")) {
__nccwpck_require__(9557)
} else {
main()
}
})();

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long