Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neveenatik authored Jun 15, 2022
1 parent 11aa969 commit 0ff444b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/gatherAllInputs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')],
Expand Down

0 comments on commit 0ff444b

Please sign in to comment.