Skip to content

Commit 32e1424

Browse files
authored
feat: add COMMA_SEPARATED_LIST_ENV_VARS constant (#497)
1 parent 5dd275e commit 32e1424

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/consts/src/consts.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,10 @@ export const INTEGER_ENV_VARS = [
368368
APIFY_ENV_VARS.SYSTEM_INFO_INTERVAL_MILLIS,
369369
] as const;
370370

371+
export const COMMA_SEPARATED_LIST_ENV_VARS = [
372+
ACTOR_ENV_VARS.BUILD_TAGS,
373+
] as const;
374+
371375
/**
372376
* Dictionary of names of build-time variables passed to the Actor's Docker build process.
373377
*/

0 commit comments

Comments
 (0)