Skip to content

Commit 5e3aa22

Browse files
committed
get auth method logs
1 parent 540366c commit 5e3aa22

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

commit-msg-matcher/dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31136,6 +31136,7 @@ async function requestIssue(ticket) {
3113631136
authToken = core.getInput('curRepoToken');
3113731137
}
3113831138

31139+
console.log("Get ticket status: URI: " + ticket.ticketUri() + "Auth method: " + authMethod)
3113931140
const response = await fetch(ticket.ticketUri(), {
3114031141
method: 'GET',
3114131142
headers: {

commit-msg-matcher/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ async function requestIssue(ticket) {
4343
authToken = core.getInput('curRepoToken');
4444
}
4545

46+
console.log("Get ticket status: URI: " + ticket.ticketUri() + "Auth method: " + authMethod)
4647
const response = await fetch(ticket.ticketUri(), {
4748
method: 'GET',
4849
headers: {

0 commit comments

Comments
 (0)