We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DEBUG
1 parent d3bd913 commit 4d8404fCopy full SHA for 4d8404f
lib/schemas.ts
@@ -61,7 +61,7 @@ export const envBaseSchema = type({
61
"string.url = 'https://results-receiver.actions.githubusercontent.com'",
62
'CACHE_CLEANUP_OLDER_THAN_DAYS': 'number = 90',
63
'DISABLE_CLEANUP_JOBS?': 'boolean',
64
- 'DEBUG?': 'boolean',
+ 'DEBUG?': 'unknown',
65
'ENABLE_DIRECT_DOWNLOADS': 'boolean = false',
66
'BENCHMARK': 'boolean = false',
67
'SKIP_TOKEN_VALIDATION': 'boolean = false',
0 commit comments