mirror of
https://github.com/actions/deploy-pages.git
synced 2026-02-12 05:11:25 +00:00
update dist files
This commit is contained in:
6
dist/index.js
vendored
6
dist/index.js
vendored
@@ -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
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user