Skip to content

Commit a9c4652

Browse files
committed
Fix EXPERIMENTAL_FEATURES environment variable
1 parent aa456a5 commit a9c4652

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/environment.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ export enum EnvVar {
118118
/**
119119
* Whether to enable experimental extractors for CodeQL.
120120
*/
121-
EXPERIMENTAL_FEATURES = "CODEQL_ACTION_EXPERIMENTAL_FEATURES",
121+
EXPERIMENTAL_FEATURES = "CODEQL_ENABLE_EXPERIMENTAL_FEATURES",
122122
}

0 commit comments

Comments
 (0)