Update src/actions-util.ts

Co-authored-by: Henry Mercer <henry.mercer@me.com>
This commit is contained in:
Cornelius Riemenschneider
2022-11-01 14:46:41 +01:00
committed by GitHub
parent bfcbb093ac
commit ae0a2603c1

View File

@@ -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;
/**