Skip to content

Commit

Permalink
Prefer core.info to console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Mar 13, 2023
1 parent b36480d commit a92a146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__config-export.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pr-checks/checks/config-export.yml
Expand Up @@ -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.');

0 comments on commit a92a146

Please sign in to comment.