Skip to content

Commit

Permalink
feat: commit check功能优化 #10448
Browse files Browse the repository at this point in the history
  • Loading branch information
hejieehe committed Jul 3, 2024
1 parent 21b9db7 commit 7232682
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ class CodeWebhookService @Autowired constructor(
repositoryConfig = repositoryConfig,
commitId = commitId,
context = name,
targetBranch = null
targetBranch = targetBranch
)
if (record == null) {
val result = scmCheckService.addGithubCheckRuns(
Expand Down

0 comments on commit 7232682

Please sign in to comment.