mirror of
https://github.com/github/codeql.git
synced 2026-04-20 22:44:52 +02:00
Fix: drop please
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Semmle.Autobuild.CSharp
|
||||
$"missing-xamarin-{this.SDKName.ToLower()}-sdk",
|
||||
$"Missing Xamarin SDK for {this.SDKName}"
|
||||
);
|
||||
diag.MarkdownMessage = $"Please [configure your workflow]({docsUrl}) for this SDK before running CodeQL.";
|
||||
diag.MarkdownMessage = $"[Configure your workflow]({docsUrl}) for this SDK before running CodeQL.";
|
||||
|
||||
return diag;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user