Skip to content

Commit 89d407e

Browse files
committed
update jira status script
1 parent 9d51fde commit 89d407e

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
@@ -24,6 +24,8 @@ async function run() {
2424
apiToken: JIRA_API_TOKEN,
2525
})
2626

27+
console.log(GITHUB_EVENT_NAME)
28+
2729
if (GITHUB_EVENT_NAME === 'pull_request' || GITHUB_EVENT_NAME === 'pull_request_target') {
2830
const eventData = require(GITHUB_EVENT_PATH)
2931
await handlePullRequestEvent(eventData, jiraUtil, GITHUB_REPOSITORY)

0 commit comments

Comments
 (0)