Remove deprecated input parameters

This commit is contained in:
James M. Greene
2023-04-18 01:13:17 -05:00
parent 176fcdbd0d
commit b39c421b98
6 changed files with 5 additions and 26 deletions

7
dist/index.js generated vendored
View File

@@ -10458,12 +10458,7 @@ process.on('SIGINT', cancelHandler)
process.on('SIGTERM', cancelHandler)
// Main
const emitTelemetry = core.getInput('emit_telemetry')
if (emitTelemetry === 'true') {
// For compatibility, treat the use of this deprecated input as a no-op
} else {
main()
}
main()
})();

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long