Disable GitHub comment posting for PRs
This commit is contained in:
Родитель
7610c09f41
Коммит
10f7e67f81
|
@ -166,7 +166,7 @@ namespace Umbrella.UI.TestComparer
|
|||
return;
|
||||
}
|
||||
|
||||
if (string.IsNullOrEmpty(githubPAT.Trim()))
|
||||
if (string.IsNullOrEmpty(githubPAT.Trim()) || githubPAT.StartsWith("$("))
|
||||
{
|
||||
Console.WriteLine($"No GitHub PAT, no PR comment will be posted.");
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче