Skip to content

Commit 6f11be4

Browse files
committed
more log
1 parent b8e5002 commit 6f11be4

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

116116
if (useBearerToken)
117117
{
118-
Console.WriteLine("Using Bearer token for Azure DevOps.");
118+
Console.WriteLine("Using secretless for Azure DevOps.");
119119
}
120120
else
121121
{
122-
Console.WriteLine("Using PAT token for Azure DevOps.");
122+
Console.WriteLine("Using PAT for Azure DevOps.");
123123
}
124124
return new QuestGitHubService(
125125
gitHubClient,

0 commit comments

Comments
 (0)