From a86b1b705840cd05044311b6b051430303c567ad Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Fri, 15 Apr 2022 10:36:10 +0200 Subject: [PATCH] - format the main.ts class --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 76d699b..6ce1a95 100644 --- a/src/main.ts +++ b/src/main.ts @@ -35,7 +35,7 @@ async function run(): Promise { const includeOpen = core.getInput('includeOpen') === 'true' const ignorePreReleases = core.getInput('ignorePreReleases') === 'true' const failOnError = core.getInput('failOnError') === 'true' - const fetchReviewers = core.getInput('fetchReviewers') === 'true' + const fetchReviewers = core.getInput('fetchReviewers') === 'true' const commitMode = core.getInput('commitMode') === 'true' const result = await new ReleaseNotesBuilder(