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 9d51fde commit 89d407eCopy full SHA for 89d407e
update_jira/index.js
@@ -24,6 +24,8 @@ async function run() {
24
apiToken: JIRA_API_TOKEN,
25
})
26
27
+ console.log(GITHUB_EVENT_NAME)
28
+
29
if (GITHUB_EVENT_NAME === 'pull_request' || GITHUB_EVENT_NAME === 'pull_request_target') {
30
const eventData = require(GITHUB_EVENT_PATH)
31
await handlePullRequestEvent(eventData, jiraUtil, GITHUB_REPOSITORY)
0 commit comments