Recompile action after pulling in PR suggestions
This commit is contained in:
Vendored
+1
-2
@@ -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") {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user