Skip to content

Commit 11e4034

Browse files
authored
Clarify comment about SKIP_SARIF_UPLOAD setting
1 parent 882667e commit 11e4034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export enum EnvVar {
131131

132132
/**
133133
* Whether to skip uploading SARIF results to GitHub. Intended for testing purposes.
134-
* This setting is implied but is more specific than `CODEQL_ACTION_TEST_MODE`.
134+
* This setting is implied by but is more specific than `CODEQL_ACTION_TEST_MODE`.
135135
*/
136136
SKIP_SARIF_UPLOAD = "CODEQL_ACTION_SKIP_SARIF_UPLOAD",
137137
}

0 commit comments

Comments
 (0)