mirror of
https://github.com/actions/deploy-pages.git
synced 2026-02-11 12:51:24 +00:00
Recompile action after pulling in PR suggestions
This commit is contained in:
3
dist/index.js
vendored
3
dist/index.js
vendored
@@ -7473,8 +7473,7 @@ process.on('SIGINT', cancelHandler)
|
||||
process.on('SIGTERM', cancelHandler)
|
||||
|
||||
// Main
|
||||
// Boolean inputs are stringified, but manually convert this input just in case that changes in the future.
|
||||
const emitTelemetry = core.getInput("emit_telemetry").toString();
|
||||
const emitTelemetry = core.getInput("emit_telemetry")
|
||||
if (emitTelemetry === "true") {
|
||||
__nccwpck_require__(9557)
|
||||
} else if (emitTelemetry === "false") {
|
||||
|
||||
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