Skip to content

Commit c3a3496

Browse files
committed
fix merge issues
1 parent 33e6e9f commit c3a3496

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

actions/sequester/ImportIssues/Program.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@
5151
{
5252
throw new InvalidOperationException("Azure DevOps token is missing.");
5353
}
54-
if (string.IsNullOrWhiteSpace(token))
55-
{
56-
throw new InvalidOperationException("Azure DevOps token is missing.");
57-
}
5854

5955
if (useBearerToken)
6056
{
@@ -117,14 +113,6 @@ static async Task<QuestGitHubService> CreateService(ImportOptions options, bool
117113
throw new InvalidOperationException("Azure DevOps token is missing.");
118114
}
119115

120-
if (useBearerToken)
121-
{
122-
Console.WriteLine("Using secretless for Azure DevOps.");
123-
}
124-
else
125-
{
126-
Console.WriteLine("Using PAT for Azure DevOps.");
127-
}
128116
return new QuestGitHubService(
129117
gitHubClient,
130118
ospoClient,

0 commit comments

Comments
 (0)