Tweak log wording
This commit is contained in:
parent
b2a4442810
commit
93f3303766
3 changed files with 3 additions and 3 deletions
2
lib/tools-download.js
generated
2
lib/tools-download.js
generated
|
|
@ -123,7 +123,7 @@ function getToolcacheDirectory(version) {
|
|||
function writeToolcacheMarkerFile(extractedPath, logger) {
|
||||
const markerFilePath = `${extractedPath}.complete`;
|
||||
fs.writeFileSync(markerFilePath, "");
|
||||
logger.info(`Wrote toolcache marker file to ${markerFilePath}`);
|
||||
logger.info(`Created toolcache marker file ${markerFilePath}`);
|
||||
}
|
||||
function sanitizeUrlForStatusReport(url) {
|
||||
return ["github/codeql-action", "dsp-testing/codeql-cli-nightlies"].some((repo) => url.startsWith(`https://github.com/${repo}/releases/download/`))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue