diff --git a/src/tasks/gatherAllInputs.ts b/src/tasks/gatherAllInputs.ts index a70ee6f..a1b7b14 100644 --- a/src/tasks/gatherAllInputs.ts +++ b/src/tasks/gatherAllInputs.ts @@ -42,7 +42,7 @@ const gatherAllInputs = ( getInput('comment_prefix'), DEFAULT_COMMENT_PREFIX, ]); - debug(`Input - comment_prfix: ${commentPrefix}`); + debug(`Input - comment_prefix: ${commentPrefix}`); const reporter = determineValue( [getInput('reporter')],