We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540366c commit 5e3aa22Copy full SHA for 5e3aa22
commit-msg-matcher/dist/index.js
@@ -31136,6 +31136,7 @@ async function requestIssue(ticket) {
31136
authToken = core.getInput('curRepoToken');
31137
}
31138
31139
+ console.log("Get ticket status: URI: " + ticket.ticketUri() + "Auth method: " + authMethod)
31140
const response = await fetch(ticket.ticketUri(), {
31141
method: 'GET',
31142
headers: {
commit-msg-matcher/index.js
@@ -43,6 +43,7 @@ async function requestIssue(ticket) {
43
44
45
46
47
48
49
0 commit comments