Skip to content

Commit 4d8404f

Browse files
committed
feat: allow any value for DEBUG env var
1 parent d3bd913 commit 4d8404f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/schemas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const envBaseSchema = type({
6161
"string.url = 'https://results-receiver.actions.githubusercontent.com'",
6262
'CACHE_CLEANUP_OLDER_THAN_DAYS': 'number = 90',
6363
'DISABLE_CLEANUP_JOBS?': 'boolean',
64-
'DEBUG?': 'boolean',
64+
'DEBUG?': 'unknown',
6565
'ENABLE_DIRECT_DOWNLOADS': 'boolean = false',
6666
'BENCHMARK': 'boolean = false',
6767
'SKIP_TOKEN_VALIDATION': 'boolean = false',

0 commit comments

Comments
 (0)