Forgot one

This commit is contained in:
Drulikar
2025-02-13 02:42:32 -06:00
parent 3195a73d4f
commit 61a604b79f
@@ -282,7 +282,7 @@ namespace Tgstation.Server.Host.Components.Deployment.Remote
try
{
string header = String.Format(CultureInfo.InvariantCulture, "<!-- test_merge_tgs_bot -->\n## Test merge deployment history:{0}{0}", Environment.NewLine);
string header = String.Format(CultureInfo.InvariantCulture, "<!-- test_merge_tgs_bot -->{0}## Test merge deployment history:{0}{0}", Environment.NewLine);
var existingComment = await gitHubService.GetExistingCommentOnIssue(remoteRepositoryOwner, remoteRepositoryName, header, testMergeNumber, cancellationToken);
if (existingComment != null)
{