Fix: drop please

This commit is contained in:
Michael B. Gale
2023-02-21 15:31:30 +00:00
parent 95f9d0761a
commit 65608d7900

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