From 9ca161625503e88af8d99ae39c5955c5f03dfcd7 Mon Sep 17 00:00:00 2001 From: Matthew Thomas Date: Mon, 16 Dec 2024 23:19:16 +0000 Subject: [PATCH] chore: format fix --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 845ec199..dd4c9b71 100644 --- a/README.md +++ b/README.md @@ -376,14 +376,15 @@ or ### Comment Management Inputs -`--update-comment` (optional, boolean) -If true and an existing tagged comment is found, the new report is appended to it. Otherwise, a new comment is created. +`--update-comment` (optional, boolean) If true and an existing tagged comment is +found, the new report is appended to it. Otherwise, a new comment is created. -`--overwrite-comment` (optional, boolean) -If true and an existing tagged comment is found, that comment’s entire content is replaced with the new report. Otherwise, a new comment is created. +`--overwrite-comment` (optional, boolean) If true and an existing tagged comment +is found, that comment’s entire content is replaced with the new report. +Otherwise, a new comment is created. -`--comment-tag` (optional, string) -A unique identifier for comments posted. Used to find and update/overwrite existing comments. +`--comment-tag` (optional, string) A unique identifier for comments posted. Used +to find and update/overwrite existing comments. ## Previous Test Results