Skip to content

Commit 4a50172

Browse files
committed
temp
1 parent 7617e67 commit 4a50172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_jira/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ async function handlePushEvent(branch, jiraUtil, githubRepository, githubToken)
258258

259259
try {
260260
// Get issue keys from commit history
261-
const commitHistoryIssues = await jiraUtil.extractIssueKeysFromGithubContext(github.context)
261+
const commitHistoryIssues = await jiraUtil.extractIssueKeysFromGitHubContext(github.context)
262262
console.log(commitHistoryIssues)
263263

264264
return

0 commit comments

Comments
 (0)