We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d45f7 commit 307b8f8Copy full SHA for 307b8f8
index.js
@@ -44,9 +44,10 @@ try {
44
headers
45
}).then((res) => {
46
const eventId = res.body.eventId
47
+ const customerId = res.body.customerId
48
49
if (isPullRequestTriggered) {
- addCommentToPullRequest(`https://${hostname}/simulations/${eventId}`)
50
+ addCommentToPullRequest(`https://${hostname}/w/${customerId}/simulations/${eventId}`)
51
}
52
53
core.setOutput('EventId', eventId);
0 commit comments