Skip to content

Commit 237994a

Browse files
committed
more log
1 parent 00d1011 commit 237994a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/sequester/ImportIssues/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ private static async Task<QuestGitHubService> CreateService(ImportOptions option
118118

119119
if (useBearerToken)
120120
{
121-
Console.WriteLine("Using Bearer token for Azure DevOps.");
121+
Console.WriteLine("Using secretless for Azure DevOps.");
122122
}
123123
else
124124
{
125-
Console.WriteLine("Using PAT token for Azure DevOps.");
125+
Console.WriteLine("Using PAT for Azure DevOps.");
126126
}
127127
return new QuestGitHubService(
128128
gitHubClient,

0 commit comments

Comments
 (0)