Skip to content

Commit 307b8f8

Browse files
TomerTomer
Tomer
authored and
Tomer
committed
fix: link to correct workspace in PR
1 parent d2d45f7 commit 307b8f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ try {
4444
headers
4545
}).then((res) => {
4646
const eventId = res.body.eventId
47+
const customerId = res.body.customerId
4748

4849
if (isPullRequestTriggered) {
49-
addCommentToPullRequest(`https://${hostname}/simulations/${eventId}`)
50+
addCommentToPullRequest(`https://${hostname}/w/${customerId}/simulations/${eventId}`)
5051
}
5152

5253
core.setOutput('EventId', eventId);

0 commit comments

Comments
 (0)