File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/CodeQLToolkit.Features/CodeQL/Commands/Targets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ public override void Run()
40
40
41
41
if ( AutomationTypeHelper . AutomationTypeFromString ( AutomationTarget ) == AutomationType . ACTIONS )
42
42
{
43
- File . AppendAllText ( Environment . GetEnvironmentVariable ( "GITHUB_ENV" ) , $ "QLT_CODEQL_HOME={ installation . CodeQLHome } ") ;
44
- File . AppendAllText ( Environment . GetEnvironmentVariable ( "GITHUB_ENV" ) , $ "QLT_CODEQL_PATH={ installation . CodeQLToolBinary } ") ;
43
+ File . AppendAllText ( Environment . GetEnvironmentVariable ( "GITHUB_ENV" ) , $ "QLT_CODEQL_HOME={ installation . CodeQLHome } " + " \n " ) ;
44
+ File . AppendAllText ( Environment . GetEnvironmentVariable ( "GITHUB_ENV" ) , $ "QLT_CODEQL_PATH={ installation . CodeQLToolBinary } " + " \n " ) ;
45
45
}
46
46
47
47
}
You can’t perform that action at this time.
0 commit comments