diff --git a/dist/index.js b/dist/index.js index 9467d8d..c977f97 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1493,7 +1493,7 @@ const COMMIT_MSG = core.getInput("COMMIT_MSG"); const capitalize = (str) => str.slice(0, 1).toUpperCase() + str.slice(1); -const urlPrefix = "https://github.com/"; +const urlPrefix = "https://github.com"; /** * Returns a URL in markdown format for PR's and issues diff --git a/index.js b/index.js index 5ddeda9..bcbfa7f 100644 --- a/index.js +++ b/index.js @@ -18,7 +18,7 @@ const COMMIT_MSG = core.getInput("COMMIT_MSG"); const capitalize = (str) => str.slice(0, 1).toUpperCase() + str.slice(1); -const urlPrefix = "https://github.com/"; +const urlPrefix = "https://github.com"; /** * Returns a URL in markdown format for PR's and issues