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

View File

@@ -48,9 +48,4 @@ 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()