Skip to content

Commit 122cec4

Browse files
committed
more log
1 parent c26fdf2 commit 122cec4

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
@@ -116,11 +116,11 @@ private static async Task<QuestGitHubService> CreateService(ImportOptions option
116116

117117
if (useBearerToken)
118118
{
119-
Console.WriteLine("Using Bearer token for Azure DevOps.");
119+
Console.WriteLine("Using secretless for Azure DevOps.");
120120
}
121121
else
122122
{
123-
Console.WriteLine("Using PAT token for Azure DevOps.");
123+
Console.WriteLine("Using PAT for Azure DevOps.");
124124
}
125125
return new QuestGitHubService(
126126
gitHubClient,

0 commit comments

Comments
 (0)