From 7f3082c53a13ab803664c8f2fa9f3c71f5551206 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 3 Oct 2024 20:32:25 -0500 Subject: [PATCH] fix: linting --- src/commands/upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/upload.yml b/src/commands/upload.yml index fd29257..5e85354 100644 --- a/src/commands/upload.yml +++ b/src/commands/upload.yml @@ -114,7 +114,7 @@ parameters: type: string default: "" report_type: - description: The type of file to upload, coverage by default. Possible values are: testing, coverage. + description: The type of file to upload, coverage by default. Possible values are "testing", "coverage". type: string default: "coverage" sha: