Fix: drop please

This commit is contained in:
Michael B. Gale
2023-02-21 15:31:30 +00:00
parent c3e25d2549
commit 93b7a2bc92

View File

@@ -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;
}