Skip to content

Commit fa98de5

Browse files
committed
update jira status script
1 parent c69975f commit fa98de5

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
@@ -42,10 +42,12 @@ async function run() {
4242
]
4343

4444
if (allowedBranches.indexOf(GITHUB_REF) !== -1) {
45+
console.log('will handle push event!')
4546
const branchName = GITHUB_REF.split('/').pop()
4647
await handlePushEvent(branchName, jiraUtil, GITHUB_REPOSITORY, GITHUB_TOKEN)
4748
}
4849
} catch (error) {
50+
console.log('Failed to update task statuses:', error)
4951
core.setFailed(error.message)
5052
}
5153
}

0 commit comments

Comments
 (0)