We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad189a commit 9e0e138Copy full SHA for 9e0e138
src/docs-builder/Diagnostics/Console/GithubAnnotationOutput.cs
@@ -12,7 +12,8 @@ public class GithubAnnotationOutput(ICoreService? githubActions) : IDiagnosticsO
12
{
13
public void Write(Diagnostic diagnostic)
14
15
- if (githubActions == null) return;
+ if (githubActions == null)
16
+ return;
17
if (string.IsNullOrWhiteSpace(Environment.GetEnvironmentVariable("GITHUB_ACTION")))
18
return;
19
var properties = new AnnotationProperties
0 commit comments