Skip to content

Commit

Permalink
【PAC】feat:支持从代码库维度查看对应的代码库事件 #8122
Browse files Browse the repository at this point in the history
  • Loading branch information
mingshewhe committed Nov 16, 2023
1 parent c6569ca commit 3407670
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class PipelineTriggerEventAspect(
triggerEventBuilder.eventDesc(
I18Variable(
code = REMOTE_START_EVENT_DESC,
params = listOf(userId)
params = listOf(eventSource, userId)
).toJsonStr()
)
}
Expand Down

0 comments on commit 3407670

Please sign in to comment.