diff --git a/index.js b/index.js index 1ec1928..17e19a2 100644 --- a/index.js +++ b/index.js @@ -26,7 +26,7 @@ function handleCustomEvent(summary, integrationKey) { }, links: [ { - href: `https://github.com/${process.env.GITHUB_REPOSITORY}/actions/runs/${process.env.GITHUB_RUN_ID}`, + href: `${process.env.GITHUB_SERVER_URL}/${process.env.GITHUB_REPOSITORY}/actions/runs/${process.env.GITHUB_RUN_ID}`, text: "View run" } ]