mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 20:47:28 +01:00
Forgot one
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user