We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c064a19 commit b935e9cCopy full SHA for b935e9c
dist/index.js
@@ -1493,7 +1493,7 @@ const COMMIT_MSG = core.getInput("COMMIT_MSG");
1493
1494
const capitalize = (str) => str.slice(0, 1).toUpperCase() + str.slice(1);
1495
1496
-const urlPrefix = "https://github.com/";
+const urlPrefix = "https://github.com";
1497
1498
/**
1499
* Returns a URL in markdown format for PR's and issues
index.js
@@ -18,7 +18,7 @@ const COMMIT_MSG = core.getInput("COMMIT_MSG");
18
19
20
21
22
23
24
0 commit comments