Skip to content

Commit b7edf8b

Browse files
committed
update jira status script
1 parent c8fbe05 commit b7edf8b

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
@@ -117,7 +117,7 @@ async function handlePushEvent(branch, jiraUtil, githubRepository, githubToken)
117117
auth: githubToken,
118118
})
119119

120-
const [ githubOwner, repositoryName ] = githubRepository.split('/')
120+
const [githubOwner, repositoryName] = githubRepository.split('/')
121121
const { data } = await octokit.rest.repos.getCommit({
122122
owner: githubOwner,
123123
repo: repositoryName,

0 commit comments

Comments
 (0)