mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
Capitalize Rust in log
This commit is contained in:
@@ -380,7 +380,7 @@ async function run() {
|
||||
}
|
||||
if (semver.lt(actualVer, publicPreview)) {
|
||||
core.exportVariable(EnvVar.EXPERIMENTAL_FEATURES, "true");
|
||||
logger.info("Experimental rust analysis enabled");
|
||||
logger.info("Experimental Rust analysis enabled");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user