Prefer core.info to console.log
This commit is contained in:
parent
b36480d849
commit
a92a14621b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/__config-export.yml
generated
vendored
2
.github/workflows/__config-export.yml
generated
vendored
|
|
@ -83,7 +83,7 @@ jobs:
|
|||
core.setFailed(`\`queries\` property incorrect: expected ${JSON.stringify(expectedQueries)}, got ` +
|
||||
`${JSON.stringify(configSummary.queries)}.`);
|
||||
}
|
||||
console.log('Finished config export tests.');
|
||||
core.info('Finished config export tests.');
|
||||
env:
|
||||
CODEQL_ACTION_EXPORT_CODE_SCANNING_CONFIG: true
|
||||
CODEQL_PASS_CONFIG_TO_CLI: true
|
||||
|
|
|
|||
|
|
@ -46,4 +46,4 @@ steps:
|
|||
core.setFailed(`\`queries\` property incorrect: expected ${JSON.stringify(expectedQueries)}, got ` +
|
||||
`${JSON.stringify(configSummary.queries)}.`);
|
||||
}
|
||||
console.log('Finished config export tests.');
|
||||
core.info('Finished config export tests.');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue