Skip to content

Commit bb44d1b

Browse files
committed
update jira status script
1 parent 0a27111 commit bb44d1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

update_jira/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ async function run() {
2828

2929
if (GITHUB_EVENT_NAME === 'pull_request' || GITHUB_EVENT_NAME === 'pull_request_target') {
3030
const eventData = require(GITHUB_EVENT_PATH)
31+
console.log(eventData)
32+
3133
await handlePullRequestEvent(eventData, jiraUtil, GITHUB_REPOSITORY)
3234
return
3335
}

0 commit comments

Comments
 (0)