mirror of
https://github.com/github/codeql-action.git
synced 2025-12-24 08:10:06 +08:00
Make all instances of doc links in logs clickable
This commit is contained in:
@@ -31,7 +31,7 @@ export class CommandInvocationError extends Error {
|
||||
"https://docs.github.com/en/code-security/code-scanning/troubleshooting-code-scanning/automatic-build-failed";
|
||||
message =
|
||||
"We were unable to automatically build your code. Please provide manual build steps. " +
|
||||
`For more information, see ${autobuildHelpLink}. ` +
|
||||
`See ${autobuildHelpLink} for more information. ` +
|
||||
`Encountered the following error: ${autobuildErrors}`;
|
||||
} else {
|
||||
const lastLine = ensureEndsInPeriod(
|
||||
|
||||
Reference in New Issue
Block a user