From ae0a2603c195533cfdd701197446c4a4bd3d8659 Mon Sep 17 00:00:00 2001 From: Cornelius Riemenschneider Date: Tue, 1 Nov 2022 14:46:41 +0100 Subject: [PATCH] Update src/actions-util.ts Co-authored-by: Henry Mercer --- src/actions-util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions-util.ts b/src/actions-util.ts index 068dea98a3..3331bdc28d 100644 --- a/src/actions-util.ts +++ b/src/actions-util.ts @@ -603,7 +603,7 @@ export interface StatusReportBase { /** * Testing environment: Set if non-production environment. * The server accepts one of the following values: - * ["", "qa-rc", "qa-rc-1", "qa-rc-2", "qa-experiment-1", "qa-experiment-2", "qa-experiment-3"]. + * `["", "qa-rc", "qa-rc-1", "qa-rc-2", "qa-experiment-1", "qa-experiment-2", "qa-experiment-3"]`. */ testing_environment: string; /**