Recompile action after pulling in PR suggestions

This commit is contained in:
Jess Bees
2022-03-31 12:05:36 -04:00
parent 82cb77089c
commit 01f6ae5af2
2 changed files with 2 additions and 3 deletions

3
dist/index.js vendored
View File

@@ -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

File diff suppressed because one or more lines are too long